← Back to team overview

dolfin team mailing list archive

vsnprintf alternative

 

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