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
Step 2 : Install GNU C++ compiler multi library files by following command.sudo apt-get install gpp
sudo apt-get install g++-multilib
That's all. You are finished now. Enjoy with programming
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.