I'm trying to work with c++ on eclipse and I can't even run the hello world program provided by default.
I'm using the mingw g++ compiler and the file is obviously compiled succesfully.
But when I try to run it (debug or release versions) it just shows nothing on the console. After finding out on internet that there's a bug in eclipse that doesn't show output stream on the console. I decided to redirect the stream on a file.
The file is empty as well.
I noticed in the debug tab that the program is returning -1073741515.
Am I doing something wrong?