Mail Archives: djgpp/1999/03/17/10:46:01
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.
Do a Dejanews search, and read the FAQ, about getting Rhide to work with C++.
There are quite a few tricks to that, but once you get it running, it's solid.
Charles
--
Charles Krug, Jr.
Application Engineer
Pentek Corp
1 Park Way
Upper Saddle River, NJ 07458
- Raw text -