Thread: Compiler

  1. #1
    Refugee face_master's Avatar
    Join Date
    Aug 2001
    Posts
    2,052

    Thumbs up Compiler

    Is it worth downloading DJGPP or continue using Dev C++? I heard that some code will not compile in Dev C++ and likewise in DJGPP. Is this true? What is a graphics library (I have NO eveperience in using graphics in C++). Can you type up code in DJGPP or just compile?

    I know its alot of questions, but I seriously have no clue at all about DJGPP.

    Thanks
    -Chris

  2. #2
    Fingerstyle Guitarist taylorguitarman's Avatar
    Join Date
    Aug 2001
    Posts
    564
    DJGPP is a DOS compiler and DOS is dead.
    I would stick with Dev C++ or get a book that comes with the MS compiler. I bought a game programming starter kit a while back that came with it along with a bunch of ebooks for $30.
    If a tree falls in the forest, and no one is around to see it, do the other trees make fun of it?

  3. #3
    Refugee face_master's Avatar
    Join Date
    Aug 2001
    Posts
    2,052
    i bought a book and it came with Rhide - another DOS compiler

  4. #4
    Registered User
    Join Date
    Sep 2001
    Posts
    17
    What is a graphics library (I have NO eveperience in using graphics in C++).
    If you want to do graphics in Windows (I'm assuming you do) then you might want to try using Visual C++, and get a book on DirectX programming. You can also do graphics with the Windows GDI but this is very slow and lacking in features. (GDI is what Windows uses to draw basic GUI objects such as buttons, fonts, etc. It's not useful for making anything much more complex than MS Paint)
    -sh0x

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

    Talking

    >>rhide, another compiler<<
    rhide is an IDE for DJGPP. Even the author of the book I'm reading refers to DJGPP and rhide as just rhide.
    DJGPP sucks. Dev-C++ isn't much better although it is better then DJGPP. I was trying to get Watcom but they don't have a download available right now (www.openwatcom.org). I got MSVC but I don't have enough hard dirve space for it.

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