Wednesday, April 28, 2010

snprintf()

snprintf() is a standard C function as of C99. Although, it is not a standard C++ function, most compilers add it as an extension.

Reference: "Exceptional C++ Style" by Herb Sutter, Addison-Wesley, 2004

No comments:

Post a Comment