gcc 3.2

Caleb Tennis caleb at aei-tech.com
Wed Oct 9 14:54:14 BST 2002


On Wednesday 09 October 2002 06:50 pm, you wrote:

> Hi this one is about gcc I guess. I use to work in RedHat 7.3 with gcc
> 2.9(something), but I upgrade my system to RedHat 8.0 and gcc 3.2. When I
> try to compile something done before I get a lot of error messages.
> 1. the c++ string type is not declare even if I #include <string>
> 2. the operator << is not defined for a fstream even if I #include
> <fstream.h> 3. the endl is not defined even when I have #include <iostream>
>
> any hint please?

Somewhere near your class declarations, try adding:

using namespace std;

That should fix it.

Caleb

-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list