LibCT 2.0
|
#include <stdio.h>
#include <stdarg.h>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | LibCT |
Functions | |
template<unsigned int size> | |
static std::string | LibCT::FormatString (const char *pFormat,...) |
Basically performs a sprintf but into a std::string. |