So I've decided to teach myself C++ and I was wondering where to get a compiler program and also which is a good one. I'm kinda diving in head first so any pointers would be great. I already know HTML, actionscript 2.0, and some javascript.
Those are IDE but each includes a default compiler (as stated CodeMonkey). You may also try Eclipse (http://www.eclipse.org/downloads/moreinfo/c.php) but please note that no default compiler is installed with Eclipse (everything is explained on the web page).
i like to write in notepad++ compile with qt
im use to linux; writing with gedit and compiling with the terminal .
is there a compiler thats compiles and executes from cmd?