From: theresaboxonmyhead AT yahoo DOT com (gilbert) Newsgroups: comp.os.msdos.djgpp Subject: String class for djgpp Date: 30 Jan 2003 13:32:31 -0800 Organization: http://groups.google.com/ Lines: 17 Message-ID: <7eba5997.0301301332.7377ecc0@posting.google.com> NNTP-Posting-Host: 141.154.120.136 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1043962351 26781 127.0.0.1 (30 Jan 2003 21:32:31 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 30 Jan 2003 21:32:31 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I am looking for a string class which will work with djgpp. I have tried the apstring class, but I get many errors like the following: c:/djgpp/tmp/ccbw16Wf.o(.text+0x18e):current.cpp: undefined reference to `apstring::~apstring [in-charge]()' and c:/djgpp/tmp/ccbw16Wf.o(.text+0x11b):current.cpp: undefined reference to `operator<<(std::basic_ostream >&, apstring const&)' Old messages suggest string.h, but when string.h does not seem to have a string class. _string.h, another suggested class does not exist on my system. Is there a string class that will work with djgpp?