C++ Professional Compiler

So I heard that a lot of professional C++ programmers don't use IDE's, but instead they use a Compiler that is like a command prompt. Is this right? and if so what is this program called?

Comments

  • One of these command line compilers is called GCC or GNU C Compiler.
    For example:

    C:> gcc hello.c -o hello.exe

    Will compile a program file called hello.c and output the compiled and linked code to hello.exe.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion