CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2002
    Location
    Romania
    Posts
    116

    Post WHant to write some 3D games!

    HI, if I would like to make a game like DOOM, duke or Quake III , can you please tell me what kinmd of compiler I must to buy? Is it Visual C++ 6.0 for that? (I think no!), somebody tell me that Borland is for making games... is that true? Whta about that Dev c++ 4.0?
    Coca Bogdan is the the owner of www.underbot.com Search Engime. If you would like to contact me: [email protected] or [email protected]

  2. #2
    Join Date
    Jun 2002
    Posts
    33
    Visual C++ is an excellent choice for making games, provided you can program in C++ of course. You will not only need the compiler but a good free games engine that utilises DirectX or OpenGL (such as Genesis, unless you intend to make your own engine, which is incredibly difficult, believe me...I'm trying) and the DirectX or OpenGL SDK (especially required if you are writing your own engine - please do not ask which is better, it is an argument that could go on forever). These libraries can also be used with VB or Borlands C++ compiler, my personal favourite is VC++ despite all its ANSI quirks. It does provide an easy enough framework for beginners (MFC) though Borland have probably mastered that market. All in all, if you know what your doing in C++ I'd go for VC++ (if your programming for windows), if don't Borland is probably a good bet.

    Alan.
    Last edited by Chambers; July 6th, 2002 at 10:24 AM.

  3. #3
    Join Date
    Apr 2000
    Location
    Frederick, Maryland
    Posts
    507

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured