gcc

How can I compile C++ code with GCC compiler?


I wrote C++ code in notepad and want to compile with GCC compiler. Is GCC compiler a program? from which site I can download it? I don't have any information about it. What can I do?


Solution

  • You can start by downloading Code::Blocks, its an cross-platform IDE that can be downloaded including MinGW GCC compiler.

    http://www.codeblocks.org/

    But if You're using Linux you can use just a "gcc" command in the terminal.