MLUG: [MLUG] c++ complier error in redhat 9.0/help
[MLUG] c++ complier error in redhat 9.0/help
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 
 
hear is my c program
 
#include <iostream>
int main ( )
{
    cout << "helloworld";
    return 0;
}
 
when compiling i get
`cout' undeclare (first use this function)
 
each undeclared identifier is reported only once for each function it appears  in
 
any one can suggest where the problem is
 
i have complie it under redhat 7.1 it ok
_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members