Deeko
Lifer
I'm working on my final project for my advanced programming class...its a pain in the ass. But at any rate, one of the solutions I'm working on involves splitting a sentence, a string if you will, into its separate words. Simple enough...I use stringstream for that. The sstream library is a part of the STL, it exists in VC++ 6.0 and .NET, it exists in my school's linux systems, but NOT the unix systems, which is what the program has to compile and run in. Here is the version info:
Reading specs from /usr/local/gpl/gcc-2.95.2/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/specs
gcc version 2.95.2 19991024 (release)
Is it normal for this library to not be here?? If so...how the hell else can I accomplish that?
Reading specs from /usr/local/gpl/gcc-2.95.2/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/specs
gcc version 2.95.2 19991024 (release)
Is it normal for this library to not be here?? If so...how the hell else can I accomplish that?