Friday, 27 September 2013

how to install g++ compiler with all C++ multi library packages

C++ is a Object oriented Programming. Programmers uses C++ to create more number of applications to perform a particular task. Some IDE's are used in windows to run c++ program. But in ubuntu also easy to run and manage it.

For this it needs software called g++ or gpp.

Its a open source tool used to compile and run c++ programs.

It involves in two steps.

Step 1 :   Install g++ using following commands for execute and manage C++ files.

sudo apt-get install g++
or
sudo apt-get install gpp
Step 2 : Install GNU C++ compiler multi library files by following command.

sudo apt-get install g++-multilib

That's all. You are finished now. Enjoy with programming

No comments:

Post a Comment