Sender: brozzis AT mag00 DOT cedi DOT unipr DOT it Message-Id: <3385BE5C.AEA@mag00.cedi.unipr.it> Date: Fri, 23 May 1997 17:57:16 +0200 From: Stefano Brozzi Mime-Version: 1.0 To: "Sven G." Cc: djgpp AT delorie DOT com Subject: Re: H: class String References: <5lv3c2$1ck$1 AT narses DOT hrz DOT tu-chemnitz DOT de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Sven G. wrote: > > Hi there! > > At first I'm new to C++ and maybe I did something wrong. > > I programed under Linux and got it working. Now I tried to do it under DJGPP > and have now a Problem with class String. Is there a class String in the lib's > of DJGPP? > > {the string.h and String.h are the same files under DOS, because there is no > casesensitivity, how do they underrate the 2 files?} > > short answer: read the FAQs less short answer: header file is _string.h, strclass.h includes _string.h and is there for those users who don't have the underscore '_' on their keyboard :) Ste