LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Programming in C (Please) (https://www.linuxquestions.org/questions/linux-newbie-8/programming-in-c-please-70620/)

Santorres 07-07-2003 12:20 AM

Programming in C (Please)
 
I am really a NEWBIE!

I have Red Hat 8 distro, and I would like to know if there's a C compiler included with my packages. If not i would like to know which one can i download.

I used to work on Turbo C for Window$, is there someone similar and easy to use ?

Please Help me on that... !!


:Pengy:

ksgill 07-07-2003 12:27 AM

There gcc compiler in the redhat system. If you dont have it you can download and install it. You may wanna check this out

http://fabrice.bellard.free.fr/tcc/

Santorres 07-07-2003 01:10 AM

THANKS: I'LL TRY TCC RIGHT NOW !!!

mhearn 07-07-2003 05:05 AM

Forget TCC, you want to use gcc - that is the industry standard. Literally, everything you will ever compile on Linux will assume you are using it.

Go to the add/remove programs, and install the development tools. Then you will have gcc installed. No worries! :)

LogicG8 07-07-2003 03:56 PM

You may also want to check out Anjuta
it's a really good IDE. It keeps things
very simple and works very similar to
Borland's IDEs.

Cyclo 07-07-2003 04:25 PM

kdevelop is good to.

If you come from windows programming, may the force be with you, and I found Qt designer quite easy for GUI programming (probably because it's the most similar thing to visual basic as far as i know, which is what I used before, but it's c++ not c)

to compile a standard c program, use gcc, to compile a c++ program, use g++.

Tinkster 07-07-2003 04:30 PM

If you like TC's IDE (console style)
look at these two :)

http://www.pegasoft.ca/tia-down.html
http://www.rhide.com/

Cheers,
Tink


All times are GMT -5. The time now is 10:30 AM.