Monthly Archives: September 2011

How to run the programs in G++?

To run the programs in G++: Right click on the desktop and choose create a document , then choose empty file. Write the program in the file with the extension .cpp. e.g  meet.cpp Go to the terminal and write the … Continue reading

Posted in Uncategorized | Leave a comment

C++ in ubuntu

C++ in ubuntu is called G++ or GCC. Installation of G++ : Right click on the desktop. Choose create a document and then empty file. Give it name with extension .sh .example: rimpy.sh Open the file and write sudo apt-get … Continue reading

Posted in Uncategorized | Leave a comment