PDA

View Full Version : [SOLVED] Installing C/C++ compilers



Cardale
August 4th, 2009, 06:04 AM
I am new to programming and wanted to get some compilers, but didn't know which way to go about it and rather than smash and crash my way through it I decided to ask. What should I dosss?

I did a search, but only came up with older versions of Ubuntu examples and tutorials.

Cardale
August 4th, 2009, 06:08 AM
never mind I found it in the documentation....:D

Cardale
August 4th, 2009, 06:21 AM
where is a good resource for finding cool little programs for c source.

lisati
August 4th, 2009, 06:22 AM
Cool! Do you have a link that you found helpful for other budding programmers who might come the way of this thread?

<aside>I'd already figured out how to get a C/C++ compiler in my system, mainly from these forums....</aside>

Cardale
August 4th, 2009, 06:30 AM
uhh ya sure...

https://help.ubuntu.com/9.04/programming/C/build-essential.html

jacksaff
August 4th, 2009, 10:35 AM
sudo apt-get install build-essential

Cardale
August 8th, 2009, 02:33 AM
Can I attach the default text editor to these compilers?

Cardale
August 12th, 2009, 03:05 AM
Is there a text editor that allows you to attach compiles? Like execute a compile with a specific code by adding a menu item or something called save and compile?

That would be cool since I use several compilers for other things.