#include <iostream>
#include <stdlib.h>
int main(int argc, char *argv[])
{
cout << "Hello, I am your computer talking." << endl;
system("PAUSE");
return 0;
}
When I try to compile and run, I get an error message saying "cout" is undeclared.
Any suggestions?

New Topic/Question
Reply




MultiQuote




|