Thread: C compiler

  1. #1
    Registered User wazilian's Avatar
    Join Date
    Oct 2001
    Posts
    26

    Question C compiler

    anyone know of a free C compiler out there for windows. thanx in advance.
    wazilian
    King of Wazil

  2. #2
    Registered User
    Join Date
    Oct 2002
    Posts
    385
    DJGPP

    CYGWIN

    both use GCC from GNU I believe
    Wandering aimlessly through C.....

    http://dbrink.phpwebhosting.com

  3. #3
    Registered User moi's Avatar
    Join Date
    Jul 2002
    Posts
    946
    djgpp is really a dos compiler, but it runs under windows. i reccomend mingw, another gnu gcc implementation for windows (an alternative to cygwin).
    hello, internet!

  4. #4
    C > C++ duders ggs's Avatar
    Join Date
    Aug 2001
    Posts
    435
    lcc-win32, the only way to fly.

    www.google.com/search?q=lcc win32

    first match. get it.
    .sect signature

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiler Paths...
    By Cobra in forum C++ Programming
    Replies: 5
    Last Post: 09-26-2006, 04:04 AM
  2. C Compiler and stuff
    By pal1ndr0me in forum C Programming
    Replies: 10
    Last Post: 07-21-2006, 11:07 AM
  3. I can't get this new compiler to work.
    By Loduwijk in forum C++ Programming
    Replies: 7
    Last Post: 03-29-2006, 06:42 AM
  4. how to call a compiler?
    By castlelight in forum C Programming
    Replies: 3
    Last Post: 11-22-2005, 11:28 AM
  5. Bad code or bad compiler?
    By musayume in forum C Programming
    Replies: 3
    Last Post: 10-22-2001, 09:08 PM