Home | FAQ | Server | Presentations | Mailing Lists/Archives | Member Tools | Links | Sponsors | Contact|
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