i used to use python, but i recently switched to c++
i wrote a program and it keeps giving me this error.
Cannot find the file specified. can anyone please help.
#include <iostream>
// using name space std;
usingnamespace std; //<-- "namespace" is one word
int main()
{
cout << "Hello My Name is Jacob" << endl;
system("pause");
return 0;
} //<-- forgot this closing curly-brace