Advice me please

What is the best, most recommended, known, and popular C++ programing software?

http://www.cplusplus.com/forum/beginner/78825/

Or do you mean software that has been written in c++?
software that understands, and compiles C++ codes.. im just starting now. I found Code::Blocks.. is it good?
1. There are C++ compilers. They do compile.

2. There are editors. They let you type code. They might have syntax highlighting etc for C++ (and other languages)

3. There are build toolchains. They let you describe a project, i.e. what files to compile with compiler.

4. There are IDE (integrated development environments) that have compiler, editor, build tools, and whatnot. The compiler can be optional, i.e. an IDE can use different compilers.


The linked thread discusses these.
Topic archived. No new replies allowed.