Question:
What is the best IDE for C++?
2010-08-02 21:47:34 UTC
I need something can compile and link and do all kinds of programming for C++. So, what is the best IDE for C++? Or, what is a good IDE for multiple programming languages... C,C++, Python, Fortran, etc. If someone could recommend me, I am self teaching C++ and need something to code in.

Oh, and where can I download it from, because I want a legitimate website instead of this extraneous cr@p websites!
Three answers:
?
2010-08-02 21:56:46 UTC
my favorite is microsoft visual C++ express. Borland Turbo C++ is also a good compiler
2016-10-01 15:56:30 UTC
You can use visible studio to create c code. You have to create a win console software. It will create a .cpp dossier. Rename it within the answer window to .c The within the undertaking homes - say no to precompiled headers. eventually for your .c dossier change the _tmain with the next. int most important( int argc, char ** argv) { } You dont relatively have to do all of this however this will likely guarantee you that you are growing c code. now not c++.
2010-08-03 01:57:43 UTC
GNU Emacs

SciTE

Geany


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...