Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com From: "electa" Subject: string non defined Date: Sat, 24 Jul 2004 21:07:26 +0200 Lines: 10 Message-ID: X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: ppp-233-194.27-151.libero.it X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-IsSubscribed: yes 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/