String streams.


R. Clayton (rclayton@clayton.cs.monmouth.edu)
Wed, 17 Jan 2001 19:01:09 -0500 (EST)


g++ is giving me the error message "sstream: no such file or directory". This
must be an oversight error with g++ compiler installation.

  No; g++ is lagging behind the standard.

Can this be corrected quickly?

  Ha - not a chance. I've changed the submission software to use CC if your
  code uses sstream.

  If you want to use g++, make the following changes in your code:

    <sstream> -> <strstream.h>

    istringstream -> istrstream

    string str; -> string str;
    istringstream iss(str) istrstream iss(str.c_str());



This archive was generated by hypermail 2.0b3 on Thu May 17 2001 - 12:00:05 EDT