From: "Alberto Chessa" Newsgroups: comp.os.msdos.djgpp Subject: Re: STRING problems! Date: 29 Apr 1998 08:03:30 GMT Organization: FIAR S.p.A. Lines: 21 Message-ID: <01bd7345$7902b480$2cc809c0@chessa> References: <35462A31 DOT 4E83C790 AT acpub DOT duke DOT edu> Reply-To: "\"Alberto Chessa\" NNTP-Posting-Host: milano17-3.tin.it To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Robert Vila wrote in article <35462A31 DOT 4E83C790 AT acpub DOT duke DOT edu>... > [...] My problem is that I am a beginner to DJGPP and am having > problems using the standard C++ string class. You should give a complete description of the problem! I cannot understand if You are not able to get the include file ("Not such file or directory" error) or You have other kind of trouble. Remember that C++ files must be compiled with command "gxx" (instead of "gcc"). gcc is not able to locate the C++ library and will produce an "undefined reference to String::..." error. >I have tried a wide range of suggestions such as changing the #include to >"_string.h" and capitalizing the S in string, but to no avail DS-DOS and DJGPP file names are case-insensitive.