I mastered BASIC (almost) I can make 2D games, but is that going to help me out in C++, is C++ capable of making 3D graphics? Somthing like the BLOCKY original DOOM?
Does anyone have a good tutorial for Dev C++?
%26gt;%26gt; I mastered BASIC (almost) I can make 2D games, but is that going to help me out in C++
Not very much. I have a bad feeling you learned some horrible programming practices (how many gotos did you use) and have a limited grasp on very basic concepts like loops, flow control, etc.
%26gt;%26gt; is C++ capable of making 3D graphics?
C++ is a very powerful language that has been used extensively for high performance and systems level programming. This includes operating systems, high performance situations, major applications you use everyday, and yes, games.
You need to understand that C++ is a language. It is not a system for making games or applications. It's the same as learning the alphabets and grammar in English, and wondering why you can't write a classic novel.
Start by learning C++ first. Get a good book like C++ Primer by Lippman or Accelerated C++ by Koenig. *Read*. Learn. Once you have done so, you can start to crack your skull on various topics and applications.
Reply:Try www.functionx.com for some C++ tutorial. Try to get some books, too, there's probably some from Bruce Eckel (has e-book version, just Google it) and from Deitel.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment