Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
About to start C++ programming?
I am about to start learning C++ but I need a compiler and an editor. If anyone can point me in the right direction for a compiler and editor, that would help.
8 Answers
- Light CloudLv 71 decade agoFavorite Answer
I second the above poster's suggestion of NotePad++ as an editor. Microsoft's Visual Studio Express is a free compiler; you could also try the gcc compiler (Just google gcc compiler for the latest version).
- jplatt39Lv 71 decade ago
If you are Windows there are things to be said for Visual C++. For GCC you have a couple of choices.
Cygwin and MingW are the Windows ports. If you are on Mac BSD Unix or GNU Linux then you get GCC with your operating system. Or you register as a developer with Apple. For an IDE you can use Dev-C++ or visual mingw or or Eclipse or Code::Blocks.
I actually prefer the command line --but I use Linux. If I want to debug something I just feed gcc the -g switch and I can step through it with gdb. If I want to compile and manage multiple files: I use make and makefiles. You can do it with Visual C++ but I baled off Windows years ago.
In sources I have links to Eclipse and to some pages which discuss and link to everything else. I recommend visiting them.
Source(s): http://www.freeprogrammingresources.com/cppcomp.ht... http://www.freeprogrammingresources.com/cppide.htm... http://www.eclipse.org/ - 5 years ago
If you want to start c programming i suggest that you must start turbo c version 2.01 you can do a program basics there before you go to c++. This c program i used when i was a beginner.
- 1 decade ago
- How do you think about the answers? You can sign in to vote the answer.
- JazkaLv 71 decade ago
This is a good C++ compiler:
http://bloodshed-dev-c.en.softonic.com/
You can download it free online. I've used it for all my C++ work.
- 1 decade ago
try codeblocks, i love this ide, and it does c++ :)
also visual studio is good too
Source(s): cs major