You should use int _snprintf_s(char *buffer, size_t sizeOfBuffer, size_t count, const char *format,... ); instead.
Name:
Anonymous2008-10-01 18:25
>>25 How can C++ be faster at features C doesn't even have?
Because you're writing actual programs. If the language doesn't support it, you generally end up making your own shitty version of stuff that other languages support much better.