1

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?

tostao
  • 2,803
  • 4
  • 38
  • 61

1 Answers1

-2

As general and unrelated advice. Don't use eclipse. Use Emacs as editor and find c++ mode on it. You will get tired at first but will live happily after this.

blackmath
  • 242
  • 1
  • 10