Name:
Anonymous
2008-09-30 14:21
You should use int _snprintf_s(char *buffer, size_t sizeOfBuffer, size_t count, const char *format,... ); instead.
Name:
Anonymous
2008-09-30 20:23
>>11
Too bad it bloats the executable by four megabytes and degrades the performace by an order of two magnitudes.
Name:
Anonymous
2008-09-30 20:32
>>12
If and only if you include the entire CRT in the executable as a static library.