Mail Archives: djgpp/1999/03/18/09:10:35
In article <36EFC55F DOT 24C6EBEC AT pentek DOT com>, Charles Krug <charles AT pentek DOT com> wrote:
>Fredrik Lippelt wrote:
>
>> I'm learning C++ programming right now and according to the book I have in
>> the subject there is a stringclass named string, not string.h
>> Now Rhide doesn't like <string> and when I declare the <string.h> header it
>> doesn't recognize my string variables. What's wrong?
>
>If you have a good installation, <string> is what you want. You will find it
>in the lang\cxx directory.
>
>However, some books use a definition of "string" based on the old GNU String
>class, now depreciated. That can cause mysterious problems.
>
Just to complete this:
<string.h> is the header for the C library string manipulation functions (like
strcpy or strcat).
----------------------------------------------------------------------
Manni Heumann
Bielefeld, Germany
Spammers use reply-address,
all others use: mheumann AT post DOT uni-bielefeld DOT de
----------------------------------------------------------------------
- Raw text -