Thread Previous • Date Previous • Date Next • Thread Next |
Is there a C++ alternative to using the function "vsnprintf" (it's used on log.cpp and XMLFile.cpp and perhaps elsewhere). The problem is that it gives a compile error under Cygwin. Quite a while ago a replaced "snprintf" with some std::string functions to avoid this problem. Garth
Thread Previous • Date Previous • Date Next • Thread Next |