Advice me please

Jun 9, 2014 at 2:57pm
What is the best, most recommended, known, and popular C++ programing software?

Jun 9, 2014 at 3:04pm
http://www.cplusplus.com/forum/beginner/78825/

Or do you mean software that has been written in c++?
Jun 9, 2014 at 3:11pm
software that understands, and compiles C++ codes.. im just starting now. I found Code::Blocks.. is it good?
Jun 9, 2014 at 3:24pm
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.