C Compilers

Questions about programming languages and debugging
Post Reply
User avatar
maboroshi
Dr. Mab
Dr. Mab
Posts: 1624
Joined: 28 Aug 2005, 16:00
18

C Compilers

Post by maboroshi »

Don't know if this is the right area

but

I am looking at upgrading my skills to a new language. Any suggestions, I would like to use a lower level language. But preferably not Assembly!
(I don't think I would like to fully get into assembly right away). I would prefer a Structured Language rather than OOP. Or an OOP language with Structured Capabilities

Also something with excellent networking capabilities

Right Now I am looking at C

Any Ideas are appreciated

Cheers

User avatar
maboroshi
Dr. Mab
Dr. Mab
Posts: 1624
Joined: 28 Aug 2005, 16:00
18

Sorry Wrong Heading

Post by maboroshi »

Sorry Wrong Heading

But Yes

Anyone Know of a good C Compiler

Sorry

User avatar
CyberPulse
On the way to fame!
On the way to fame!
Posts: 36
Joined: 10 Aug 2005, 16:00
18

Post by CyberPulse »

C would be a good choice. I personally started programming in QBasic.

As far as C compilers go, try:

TCC (Tiny C Compiler) http://fabrice.bellard.free.fr/tcc/
or
Pacific C http://www.htsoft.com/products/PACIFICc.php
or
Primeval C http://www.cs.bell-labs.com/who/dmr/primevalC.html

A friend of mine suggests TCC, he says that it was fairly easy to work with.

User avatar
maboroshi
Dr. Mab
Dr. Mab
Posts: 1624
Joined: 28 Aug 2005, 16:00
18

Hey CyberPulse

Post by maboroshi »

Hey Man thanks once again

I am about to install Linux

So I will definitley look at Tiny C

User avatar
grimR
Newbie
Newbie
Posts: 1
Joined: 27 Sep 2005, 16:00
18

Post by grimR »

gcc it's free- http://gcc.gnu.org/

Post Reply