Thursday, March 11, 2010

C++ on Ubuntu 9.04

May 30, 2009 by ktwn  
Filed under Diary, IT related

I want to test C++ on Ubuntu 9.04.
So, follow this post from http://www.ubuntugeek.com. This post said that………
If you are a developer you need C and C++ Compiler for your development work.In ubuntu you can install the build-essential for C and C++ compilers.
Install C and C++ Compilers in Ubuntu
sudo aptitude install build-essential
This will install all the [...]