0
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

Post a Comment

Emoticon
:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

 
Top