You should use int _snprintf_s(char *buffer, size_t sizeOfBuffer, size_t count, const char *format,... ); instead.
Name:
Anonymous2008-10-01 4:43
>>21
Faster at trivial programs from shootout.alioth.debian.org that are not using most of c++ functionality except templates which are unsuited for large programs because of infinitely long compile times?