Thread: Free C compiler?

  1. #1
    foreverpablo
    Guest

    Free C compiler?

    Well i had begun teaching myself C++...but then a good friend(who has been programming for a few years) suggested i learn C first...so i was wondering if anyone could suggest a good(free ;P)compiler for C...well i at least assume C uses a compiler ;P(didnt talk to good friend for very long ;P)

    thanks

  2. #2
    Registered User Draco's Avatar
    Join Date
    Apr 2002
    Posts
    463
    yeah, there's a free one that works for both C, C++ and a few other languages as well. Go to www.delorie.com/djgpp for the free djgpp compiler, which lets you download just about everything you could need, and probably more. It will give you full instructions for what to download and how to install the compiler. I've been using it for a few months now and it has worked great for me.

  3. #3
    foreverpablo
    Guest
    ah thanks a bunch dude~

  4. #4
    Registered User
    Join Date
    Jun 2002
    Posts
    2

    Arrow RE: C-C++ Compiler

    www.bloodshed.net
    This is a IDE compiler,free-software under GPL license
    with graphical interface
    Bye

  5. #5
    Registered User Draco's Avatar
    Join Date
    Apr 2002
    Posts
    463
    no problem, that's what we're here for

  6. #6
    Registered User breed's Avatar
    Join Date
    Oct 2001
    Posts
    91
    Join the Borland community, then try TurboC1.01 in the museum compilers, it's DOS based but it's an all in compiler that creates exec's and you can trace your code for mistakes.

    Borland.com
    Before you judge a man, walk a mile in his
    shoes. After that, who cares.. He's a mile away and you've got
    his shoes.
    ************William Connoly

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Best C compiler (free)
    By esbo in forum C Programming
    Replies: 11
    Last Post: 06-11-2007, 10:38 PM
  2. "if you love someone" :D
    By Carlos in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 10-02-2003, 01:10 AM
  3. Compiler Design... Anyone That Can Help!
    By ComputerNerd888 in forum C++ Programming
    Replies: 3
    Last Post: 09-27-2003, 09:48 AM
  4. EzWindows and Borland 5.5 free compiler
    By savageag in forum C++ Programming
    Replies: 0
    Last Post: 09-15-2003, 09:49 PM
  5. free c++ compiler?
    By sayword in forum C++ Programming
    Replies: 4
    Last Post: 09-06-2003, 10:49 PM