Does anyone know why this code:
cout << "IT WORKS!\n";
cout << "\nPress Enter to continue" << endl;
Quote:#include <iostream>doesn't work? i get an error in the
#include <stdio.h>
int main()
{
cout << "IT WORKS!\n";
cout << "\nPress Enter to continue" << endl;
getchar();
return 0;
}
cout << "IT WORKS!\n";
cout << "\nPress Enter to continue" << endl;