C programming

Asked by Kenneth Koh

My laptop is a dual-boot setup.On my Windows 7 Ultimate I somehow can't install the Microsoft Visual Studios Professional Edition (2005) (the setup.exe keep failing for some reason).Is there any program that can do C programming in Ubuntu Linux?

Question information

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

sure, if you install build-essential you will get an ANSI standard C and C++ compiler. You can install anjuta if you like a GUI based coding environment.

Revision history for this message
Kenneth Koh (kenneth-haoyuan) said :
#2

where can i get the build-essential?i cant really find it in the software center

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#3

screw that hunk of junk, open a terminal and run:

sudo apt-get update; sudo apt-get install build-essential anjuta

And you will have it

Revision history for this message
Kenneth Koh (kenneth-haoyuan) said :
#4

Thanks actionparsnip, that solved my question.