![]() |
CloudBuilder C++ SDK
v3.0.0
Making social games is easy !
|
Classes | |
struct | CotCHelpers::cstring |
struct | CotCHelpers::owned_ref< T > |
struct | CotCHelpers::autoref< T > |
Functions | |
cstring & | CotCHelpers::csprintf (cstring &dest, const char *format,...) |
cstring | CotCHelpers::csprintf (const char *format,...) |
Sprintf to a cstring. Allows to make a safe sprintf without having to determine the buffer size in advance, at a slight performance cost.
dest | destination string (will be replaced with the new string) |
format | standard printf args |
cstring CotCHelpers::csprintf | ( | const char * | format, |
... | |||
) |
Easier method. Avoid using it since performance is much worse.
format | standard printf args |