Linux C++ compiler

Peter Langfelder peter.langfelder at gmail.com
Sun Jan 24 18:51:05 UTC 2010


On Sun, Jan 24, 2010 at 10:41 AM, Matt Smith <smithm2 at gmail.com> wrote:
> using the gcc-c++ compiler can someone provide a simple 3 or 4 step example
> as to how i use the compiler (in the terminal) to compile a program i wrote
> and saved in a gedit file?  thanks.
>


g++ -o executable program.cc

to execute:

./executable


Peter


More information about the users mailing list