> I've got to try and remember C now! If you have: > > long i = 10; > scanf( buffer, "%c", i ); // scanf equiv to format > > Then you are trying to put a long into a space the size of a char. This > will compile and you'll get mysterious runtime problems. > > However, with std::stringstream you don'f get these problems.
Ah right, I geddit. Point taken. -- Jason Teagle [EMAIL PROTECTED]
