#include <string> problem with g++ in latest(?) version of cygwin

Steven O'Brien steven.obrien2@ntlworld.com
Tue Apr 8 15:46:00 GMT 2003


Charles,
the class string is in the std namespace. If you use, for example,
   std::string first = "this is the first test";
then the program compiles and runs correctly.
Regards,
Steven




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list