On Fri, Jun 20, 2008 at 10:11 AM, Paul David <[EMAIL PROTECTED]> wrote: > Is there a C version of the C++ ' stringstream() ' I've done some > searching on Google and a few other places but I haven't been able to > find anything.
I think sprintf() is the closest you'll get. (It's usually involved in the questions to which stringstream is the answer - e.g. "How do I implement sprintf() in C++?") -- PJH 'Two Dead in Baghdad' not 'product-friendly' - Kent Ertugrul, chief executive of Phorm. http://shabbleland.myminicity.com/ind
