Thread: C Compiler

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    7

    Unhappy C Compiler

    Hi everybody:

    I am using a C Compiler called Miracle C and I believe, this comiler
    was used in 1980's and it is DOS based Compiler. Now some of you suggested that I should download some C Compiler at some address and I did. But when I download these Compilers, I can not do anything with them. They give me bunch of files and folders and when I clik on them, I do not see and prompt that tells me go ahead and type some codes. I need to download a Compiler that is ready to go. Your help is appriciated.

    Thanks

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    305
    you probably downloaded a console-based compiler, meaning you have to go into the dos prompt and type a few things. i sugggest lcc-win32. a quick search on google should reveal where it is.

  3. #3
    Registered User
    Join Date
    May 2002
    Posts
    41
    go here http://www.bloodshed.net/dev/devcpp.html download it. I used Miracle C and i just got this compiler about 4 days ago and I love it.
    Shouldent NULL be, 78, 85, 76, 76, or just 0 or, 4E, 55, 4C, 4C

  4. #4
    Registered User
    Join Date
    Jun 2002
    Posts
    7
    Dev C++ 4 is a fantastic program.......... when you try it you love it!!!!!!!!

  5. #5
    Registered User st0ic's Avatar
    Join Date
    Oct 2001
    Posts
    5
    The Editor in BloodShed DevC++ is good, but the compiler sucks if you ask me. The compiler doesn't come with all the headers that say GCC and Borland 5.5 come with. I wonder if you can set DevC++ up to use Borland's compiler instead of mingw32....

  6. #6
    Registered User sean345's Avatar
    Join Date
    Mar 2002
    Posts
    346
    I use LCC-WIN32 - http://www.cs.virginia.edu/~lcc-win32/

    - Sean
    If cities were built like software is built, the first woodpecker to come along would level civilization.
    Black Frog Studios

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