From: "Lorenzo Soncini" Newsgroups: comp.os.msdos.djgpp Subject: Problem with the string data format! Date: 19 May 1997 10:01:51 GMT Organization: Engineering S.r.l. Lines: 19 Message-ID: <01bc643c$9a240b00$d541b7c2@engineering5.engineering.it> Reply-To: "Lorenzo Soncini" NNTP-Posting-Host: 194.183.65.213 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk How can I use the string data type with DJGpp ? I have tried(?) with the program #INCLUDE #INCLUDE int main() { string s; s="Hello world!"; cout << s << endl; return 0; } when compiling gcc test.cc -lgpp compiler said me string undeclared function ..... (is not the complete error message) Lorenzo Soncini lsoncini AT engineering DOT it