Search

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.

No comments:

Post a Comment