Programming in C

Asked by Mahesh Vijayan

I am not at all familiar with Ubuntu10.04 (Linux). I was using Windows XP. I am studying C Programming. So I want to know
 1. what are the thing I have to install?
2.how could I able to start programming (just like dos commands used in windows)

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu build-essential Edit question
Assignee:
No assignee Edit question
Solved by:
Mahesh Vijayan
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

sudo apt-get install build-essential

You can now compile in C and C++ at command line. There is geany which will give a nice GUI IDE.
http://lucavolino.files.wordpress.com/2009/10/immagine1.png

sudo apt-get install geany

will install that too.

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#2
Revision history for this message
Mahesh Vijayan (vijayan-mahesh) said :
#3

Thank You very much for Answering.