delorie.com/archives/browse.cgi | search |
John Chang <jbum AT post DOT 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 AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |