This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: sstream header file


What about strstream? It has istrstream and ostrstream and they have been
working fine for me as string streams. There are some differences between
GCC & MSVC++ implementations...

Cordially,
Robert

-----Original Message-----
From: Mumit Khan [mailto:khan@nanotech.wisc.edu]
Sent: Tuesday, November 16, 1999 10:59 PM
To: John Chang
Cc: cygwin@sourceware.cygnus.com
Subject: Re: sstream header file 


John Chang <jbum@post.com> writes:
> I was trying to compile code in c++ using the sstream header
> file included but cygwin didn't not recognize such a file header.
> Does cygwin not have it???  I'm trying to use the istringstream and
> ostringstream class types.
> 

The C++ library bundled with GCC (any version) is not ISO compliant,
and lacks string streams, template iostreams, and quite a few other
items. There is work on going to create an ISO compliant C++ runtime
library -- see http://sourceware.cygnus.com/libstdc++/ for details.

Regards,
Mumit


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]