The first thing is to install compilers as pointed out in last post, simply fire the following command in the terminal:
Code:
sudo apt-get install build-essential
Now instead of using commands each time to compile, build and run. You simply install an IDE(Borland/TC in windows) like Geany to do the stuff for you.
Code:
sudo apt-get install geany