program

May 8, 2013 at 6:58am
what program should i use to program c++?
cheers
May 8, 2013 at 7:07am
Talking of a compiler or IDE?
I suggest Code::Blocks with MinGW.

Aceix.
May 8, 2013 at 7:16am
I suggest ZinjaI - although it is not fully translated from Spanish.
It uses MinGW too.
May 8, 2013 at 7:46am
cat? (No, that would be brutal.) The OP does not specify OS.

You write source code. That is plain text. Any program, that can write text, can.

C++ compiler converts -- compiles-- the source code into binary program. There are many C++ compilers.

MinGW -- Minimalist GNU for Windows -- is a collection of GNU programs that have been compiled for the Microsoft Windows platform. That collection does include GCC -- GNU Compiler Collection -- that has one C++ compiler.

IDE -- integrated development environment -- is essentially an user interface (UI) that presents text editing, compiler, etc as one uniform package. Presumably.
Topic archived. No new replies allowed.