Hello World compiles but doesn't display Hello World

So I’m just starting to learn C++ with no prior experience. I followed the course until the Hello World part. For some reason, the code compiled but gives me this weird error


I browsed a little on this site and tried using the /EHsc solution, but the cmd doesn’t display the Hello World.

can you please explain the solution as simple as possible? I have no prior coding experience.

Compiling isn’t executing the program, it’s creating it. To run the program just type it’s name which you can see in /out: so TripleX

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms