Mail Archives: djgpp/1997/05/23/11:53:26
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
- Raw text -