Mail Archives: djgpp/2003/01/30/16:45:12
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<char, std::char_traits<char> >&,
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?
- Raw text -