Date: Wed, 24 Jun 92 08:55:56 EDT From: DJ Delorie To: J DOT P DOT Fletcher AT aston DOT ac DOT uk Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: G++ library class String >I have downloaded some code called EC++ which was written for G++. >When I try to compile it, it is failing looking for a class called >"String" which is not in the STRING.H available with DJGPP. It is >clearly a different file - called "String.h" which is distinct under >Unix but not MSDOS. Is there a "G++ library" which goes beyond DJGPP? >If so , is it available for MSDOS? (1) G++ includes are in cplusinc. (2) due to case-insensitivity of MS-DOS, String.h is called _string.h.