Thanks for the reply!
:-)
When I hi-light the error it says :
iostream:No Such File or Directory
It will not allow me to build or run the code.
The complete program is here:
// Game1
//
// Demonstrates hello
#include <iostream>
using namespace std;
int main()
{
std::cout << "Hello World!" << std::endl;
return 0;
}
// Game1
//
// Demonstrates hello
#include <iostream>
using namespace std;
int main()
{
std::cout << "Hello World!" << std::endl;
return 0;
}
To copy to clipboard, switch view to plain text mode
Bookmarks