String stream versions "New" and "old" versions Old version (strstream) Uses C-style strings of fixed length Not part of ANSI C++ standard In most C++ libraries New version (sstream) Uses C++ style string objects Part of the ANSI C++ standard Not yet in all C++ libraries eg: the undergrad machines