RuntimeError - There was an issue compiling the cpp files #175611
Unanswered
angeliquebaez
asked this question in
Codespaces
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
How to fix RunTime Error
Body
Hello everyone, I have so many assignments due but i cannot get past this error i'm receiving even though my code is correct.
PLEASE HELP!!!
Here is my code and I've attached a picture of the message:
#include
using namespace std;
int main()


{
cout << "I'm learning how to program in C++" << endl;
cout << "That's awesome!" << endl;
return 0;
}
Beta Was this translation helpful? Give feedback.
All reactions