Monday, May 10, 2010
7:59 PM

compiling c++ on ubuntu

If you want to compile c++ programs in linux you would need g++ installed on your system.
In ubuntu all you have to do is go to synaptic package manager, choose g++ (right click and mark for isntallataion) and apply.

then to compile the c++  programs type "g++   program_name.cpp" on the terminal.

0 comments:

Post a Comment