Thread: I need a C compiler for DOS!!!!!!! This is URGENT!!!!!!

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    305

    Exclamation I need a C compiler for DOS!!!!!!! This is URGENT!!!!!!

    This is a real emergency(not really but since ur in here, tell me one anyways :P). I need a C compiler for DOS. I've been using a C++ compiler but that's not any good. It should be
    1. free
    2. compatible with most libraries
    3. compiles fast

  2. #2
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    The Bloodshed Dev C++ compiler is very good.

    You can compile C, C++,or Windows Apps at your choosing.

    And it's free.

    Just type "download bloodshed dev c++" in a search engine and you will quickly find their homepage...
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  3. #3
    Registered User
    Join Date
    Sep 2001
    Posts
    305
    I've already tried it. It's SO slow!!!!!

  4. #4
    Unregistered
    Guest

    Have you tried DJGPP

    DJGPP is at http://www.delorie.com you'll need to read the install file but it's almost exactally like the Borland DOS IDE. Hope that helps...

    -Will

  5. #5
    Registered User
    Join Date
    Sep 2001
    Posts
    305

    Unhappy

    I don't like DJGPP either , to many file to download.

  6. #6
    Registered User Generator's Avatar
    Join Date
    Aug 2001
    Posts
    238
    Im a newb and got my compiler through music city using morpheus. You can get full versions of pretty much anything, so if you know a compiler that you want and don't have the cash check out morpheous.http://www.musiccity.com

  7. #7
    Blank
    Join Date
    Aug 2001
    Posts
    1,034
    Get one of the old borland ones.

  8. #8
    Registered User
    Join Date
    Sep 2001
    Posts
    19
    Go to www.ee.cleversoul.com....On the left hand corner, scroll down to "software", and click on "compilers"...there should be a few there.

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. Help With finding a compiler
    By macman in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 04-15-2005, 08:15 AM