Does Ubuntu has Turbo C with it?

Asked by Akhilesh Jain

I have downloaded Ubuntu "ubuntu-10.04.1-server-amd64" can i install it on Intel processor and does it has Turbo C++ in it. please help me.

Thanks in advance. :-)

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
marcus aurelius (adbiz) said :
#1

Turbo C is a proprietary licenced DOS program. It is not included in ubuntu. However, ubuntu has it's own C and you can download other open source C compilers.

Revision history for this message
Akhilesh Jain (akhiljpr) said :
#2

Thanks "marcus aurelius" for your advice from where i can download the C compilers for Ubuntu Linux server edition. also tell me whether Ubuntu server edition 10.4 has Graphical based Interface like GNOME sort of thing?

Thanks in advance!

Revision history for this message
Daniel C. Axelrod (daxelrod) said :
#3

If a command line C compiler is sufficient ,issue the following command:
sudo apt-get install build-essential
to get gcc, Ubuntu's standard command line C compiler. See http://www.network-theory.co.uk/docs/gccintro/index.html for instructions on how to use it.

However, from the 5 minutes of web searching I did, I gather that Turbo C is what's known as an Integrated Development Environment (IDE), which means that it combines a compiler with a text editor and debugger.

One popular open source IDE is Eclipse (although there are many others). To install it, run:
sudo apt-get install eclipse
Afterwards, try watching http://www.youtube.com/watch?v=Xwo_sDibO3g for an introduction to writing C in Eclipse (caveat: since I don't actually use Eclipse, I can't attest to how good that video actually is).

Can you help with this problem?

Provide an answer of your own, or ask Akhilesh Jain for more information if necessary.

To post a message you must log in.