Thread: obsolete compiler vs new

  1. #1
    Registered User
    Join Date
    Oct 2002
    Posts
    118

    obsolete compiler vs new

    I m sick of using this old obsolete compiler. It is not that it isn't serving it's purpose, because it is. It is just that I feel that I am using an obsolete program and it does nothing for my programming moral. What I really want to know is what would be the perfect compiler to use for the beginner? One that I will be able to program in DOS real mode, and then when I know more, program in Windows with direct X. I want to choose one compiler and stay with it. Any recommendations?
    "The distinction between past, present and future is only an illussion, even if a stunning one."
    -Albert Einstein

  2. #2
    Registered User Bieh's Avatar
    Join Date
    Sep 2002
    Posts
    83
    Visual C++
    "It always takes longer than you think, even when you take Hofstadter's Law into account."
    -Hofstadter's Law

    Bored? Try my game SpaceWars , made in Allegro and VC++
    or see my new game Redoubt , made in OpenGL and VC++

  3. #3
    S Sang-drax's Avatar
    Join Date
    May 2002
    Location
    Göteborg, Sweden
    Posts
    2,072
    If "DOS mode" == console program

    Visual C++ is good if you're going to make DirectX applications. Microsoft only supplies libs for MSVC along with DxSDK.
    I had to argue with them alot before they sent me libs for Borland.
    Last edited by Sang-drax : Tomorrow at 02:21 AM. Reason: Time travelling

  4. #4
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Do a serach on the board as this is discussed often...

    For free Win compilers, look at Borland Command Tools and Devc++.

    If you are spending look at Codewarrior & VC++

  5. #5
    plzduntlakliekthiskthx
    Join Date
    Oct 2002
    Posts
    138
    a good way to get VC++ learning edition is to buy "Beginning C++" by Ivor Horton. The book is good from what I have heard and from the very little I have read, and u get the compiler free

  6. #6
    Visionary Philosopher Sayeh's Avatar
    Join Date
    Aug 2002
    Posts
    212
    Metrowerks CodeWarrior C/C++. It's the best. Plus you would have the advantage of sourcecode for all the libraries, tutorials, documentation, free help & training classes from MetroWerks. And it has utilities, cross-references, etc.
    It is not the spoon that bends, it is you who bends around the spoon.

  7. #7
    S Sang-drax's Avatar
    Join Date
    May 2002
    Location
    Göteborg, Sweden
    Posts
    2,072
    Originally posted by Sayeh
    Metrowerks CodeWarrior C/C++. It's the best.
    I agree. The only C++ compiler that I recommend besides CW is C++ Builder, because of the nice RAD (rapid app dev).
    Last edited by Sang-drax : Tomorrow at 02:21 AM. Reason: Time travelling

  8. #8
    Registered User
    Join Date
    Sep 2002
    Posts
    69
    Originally posted by o0obruceleeo0o
    a good way to get VC++ learning edition is to buy "Beginning C++" by Ivor Horton. The book is good from what I have heard and from the very little I have read, and u get the compiler free
    You mean Beginning Visual C++, and I have the book. It seemed alright, explains quite a bit, even though I don't use Windows or VC++ (aside from at school). I used it for my C++ class back in semester two, and I did all my developing at that time in KDevelop while at home, but this was very VERY basic stuff. All console apps. But yeah, it comes with the Educational version of VC++. IIRC, it has a popup every time you try to run your programs.

    Originally posted by Sang-drax
    I agree. The only C++ compiler that I recommend besides CW is C++ Builder, because of the nice RAD (rapid app dev).
    Yeah, I'm gonna start looking at C++ Builder, although not for game programming, I think. Just for GUI stuff. I loved Delphi and DelphiX when I was a Windows user, but I just can't get used to the Delphi component of Kylix anymore, because I want to move to standard languages. I used to swear by Delphi, but C/C++ is the way to go for sure. And since Kylix 3 added the C++ Builder compatability, I'm now free to explore! Yay!

    I'm not sure if Borland releases C++ Builder personal edition or not (they do for Delphi 6), but if you have Linux, you can get Kylix Open Edition for free download and it's great. I also got JBuilder personal for my current Java class, but I haven't tried to seriously use it yet.
    D. Olson
    The Mandrake eXPerience
    Battle Pong

    IDE: kate 2.0
    Compiler: gcc 3.2
    Graphics/Input/Net: SDL 1.2.5 (pdf)
    3D Audio: OpenAL (pdf)


    I am a signature virus. Please add me to your signature so that I may multiply

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  2. Compiler Paths...
    By Cobra in forum C++ Programming
    Replies: 5
    Last Post: 09-26-2006, 04:04 AM
  3. C Compiler and stuff
    By pal1ndr0me in forum C Programming
    Replies: 10
    Last Post: 07-21-2006, 11:07 AM
  4. 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
  5. how to call a compiler?
    By castlelight in forum C Programming
    Replies: 3
    Last Post: 11-22-2005, 11:28 AM