Answer the question
In order to leave comments, you need to log in
Necessary set of programs for working with C ++
What programs are needed to work with C++ on Windows (7)?
Answer the question
In order to leave comments, you need to log in
Option number 1: take the free Microsoft Visual Studio Express ( link ), the kit already includes a debugger, editor and compiler from Microsoft.
Option number 2: download Qt (build with mingw link ) is a development environment for the C ++ Qt framework, includes the free mingw32 compiler and the gdb debugger. The package includes the IDE QtCreator where you can create C++ projects.
Minimum: text editor, compiler, linker. It's also nice to have a project build automation system, a debugger, and some kind of version control system.
Or an IDE that can contain it in itself.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question