Im looking to learn C++ and I'm having troubles finding a good free one. I've found plenty of command line compilers, but I want something with a GUI.
Any suggestions?
Looking for good C++ compiler
Moderator: General Moderators
Looking for good C++ compiler
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
-
programmermatt
- Forum Commoner
- Posts: 65
- Joined: Tue Mar 15, 2005 5:03 pm
- Contact:
VC++ is an IDE. There is, as far as I know, no such thing as a GUI compilier because all compiliers do is compile, link and build. Hardly need a GUI just for that and most times you can get away without specifing more than the essetial paramaters. Most IDEs come with a compilier so it is as if there is a dedicated GUI, but it is just things you set in the IDE that change how the IDE interacts with the compilier.
What you want to do is a google search for C++ IDE. Personally I recommend bloodshed for windows and the KDE IDE for linux.
http://www.bloodshed.net/
What you want to do is a google search for C++ IDE. Personally I recommend bloodshed for windows and the KDE IDE for linux.
http://www.bloodshed.net/