0

Newbie programmer here, I'm getting an error when using Eclipse saying
"G++/GCC not found in path"

So apparently I need a compiler? I need a download link to g++ since I can't find it anywhere on the web.. I went on to GNU collection's website but there is NO download link for G++,

thanks.

Thomas Dickey
  • 51,086
  • 7
  • 70
  • 105

1 Answers1

0

The usual resources would be MinGW (32-bits) or MinGW-W64 (64-bits). Start with these links

Community
  • 1
  • 1
Thomas Dickey
  • 51,086
  • 7
  • 70
  • 105