I am a beginner of c++. I am having problems running a simple "hello world" that codelite IDE generate automatically when you create a new proyect.
When i compile the code i have 0 error but the output is empty when I run it only the black screen sets visible but no data. Then It shows: "Program exited with return code: -1073741510" what does that error means?
I Have tried to install other compilers without no results. Actually I am using MinGW Minimalist GNU for Windows.
Also I have tried to use Dev ++ IDE and i have the same problem.. Black screen with no info. What else can I do?
Make sure to run this from the command prompt or you might not see anything at all -- if you do, you'd only see a new console window flashing in and out of existence.
(When you run it from the command prompt the console window won't disappear and you'll see your program's output.)