I have a little c++ code that do not run in Cygwin (but in Linux yes) because g++ says 'string' not defined. string is a variable type as I see in the code: string chip::prepare( string s )
what is the Linux-like definition? and how I add that to the code to go on with g++? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/