D
D
dimitro232014-03-28 15:24:02
Programming
dimitro23, 2014-03-28 15:24:02

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

3 answer(s)
T
tty6, 2014-03-28
@dimitro23

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.

F
Fat Lorrie, 2014-03-28
@Free_ze

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.

V
v_prom, 2014-03-28
@v_prom

I recommend dev-c++, codeblocks, vim + gcc/mingw, qt4/5
you can also use visual studio

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question