A small post on installing g++ compiler on Ubuntu 13.04. Below are the steps. Note: apt-get might take some time, kindly be patient.
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install build-essential
$ gcc -v
$ make -v
Thats all. g++ compiler is now installed on your box.
Cheers \m/
Pingback: How to install protocol buffer 2.5.0 on Ubuntu 13.04 at ConfusedCoders