Message-Id: Date: Sun, 28 Dec 1997 20:50:45 +0100 To: djgpp AT delorie DOT com Subject: "string" in GnuC++ ??? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT From: Stritt AT t-online DOT de (Stritt) Precedence: bulk Hello! as the definition C++ says, i can use the type "string", after binding the includefile "". In other compiler this causes no problems, but GNUc++ V2 simply doesn't accept the word "string"... so if i have a little program like: #include #include main() { string TEST="Hello World"; [...] } the colpiler holds at "string" and says that he doesn't know this word :-(( anyone who can help me with it? -thanX... :-) ciao, mr rooTS