PDA

View Full Version : begining C



robinoud
November 23rd, 2006, 05:14 PM
what other C compiler whith out gcc I want to program whit editor and compiler same Tubor C or Dev C++

steevk
November 23rd, 2006, 05:55 PM
You can always try Eclipse with the C extension...

Don't discout gcc. You may find out that you don't like any IDE, (like myself) and end up using a text editor with gcc. Makefiles are very powerful.

Mickeysofine1972
November 23rd, 2006, 07:09 PM
Kdevelop is also a good choice if all you want to do is use the IDE for code debugging when your writing.

you can install it by typing:


sudo apt-get install kdevelop


Mike

Lord Illidan
November 23rd, 2006, 07:13 PM
You can always try Eclipse with the C extension...

Don't discout gcc. You may find out that you don't like any IDE, (like myself) and end up using a text editor with gcc. Makefiles are very powerful.

You are usually going to use gcc anyway, even if you use a front end like Anjuta or Kdevelop.

std
November 23rd, 2006, 07:15 PM
If you're used to Turbo C++, you may want to use motor or... xwpde (was that its name?).