Thread: Good C Compiler to use for learning???

  1. #1
    Registered User
    Join Date
    Dec 2003
    Posts
    3

    Good C Compiler to use for learning???

    Hi,

    Haven't done C in several years.
    Looking for a good C COmpiler that I can download to use for getting familiar with the language again.

    TIA!!!

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    As long as it conforms fairly well to Standard C, pick one. I would suggest Borland 5.5, or the latest GCC. Both are free and quite good.
    My best code is written with the delete key.

  3. #3
    Registered User
    Join Date
    Nov 2002
    Posts
    60
    I personally use gcc, and, even though I have no experience with any other, I think it's a good compiler!!
    Go with it...
    "Shallow men believe in luck. Strong men believe in cause and effect."
    -Ralph Waldo Emerson

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Whats A Good Compiler?
    By katocan in forum C++ Programming
    Replies: 14
    Last Post: 06-28-2005, 11:00 AM
  2. Which Compiler should I use?
    By jjj93421 in forum Game Programming
    Replies: 17
    Last Post: 03-29-2004, 01:21 PM
  3. How good is the compiler of VS .NET Pro, really?
    By lightatdawn in forum Windows Programming
    Replies: 5
    Last Post: 03-23-2004, 02:58 PM
  4. Where can I get a good old Turbo C compiler?
    By sundeeptuteja in forum C Programming
    Replies: 2
    Last Post: 09-15-2002, 07:40 AM
  5. Good compiler for OpenGL (besides MS Visuial c++)
    By Crossbow in forum Game Programming
    Replies: 1
    Last Post: 12-20-2001, 04:44 PM