What to do now?(want to start making games)

May 16, 2008 at 8:45am
Hello!

I have just completed the tutorial at learncpp.com, it includes:
Chapter 0 Introduction / Getting Started
Chapter 1 C++ Basics
Chapter 2 Variables Part I
Chapter 3 Operators
Chapter 4 Variables Part II
Chapter 5 Control Flow
Chapter 6 Arrays, Strings, Pointers, and References
Chapter 7 Functions
Chapter 8 Basic object-oriented programming
Chapter 9 Operator overloading
Chapter 10 Composition
Chapter 11 Inheritance
Chapter 12 Virtual Functions
Chapter 13 Input and output (I/O)
Chapter 14 Templates

What more do I need to know befour starting whit makeing games?
I downloaded the dark GDK, but the first tutorial is how to print a pic to the screen and the next is how to make a complete 2d game, it's just not possible to learn it. Should I try something different? What is the easyest way to start makeing games?

Sorry for my bad english

Thanks!
May 17, 2008 at 10:54pm
You might want to look through these sites:
http://www.cprogramming.com/tutorial.html (search for the word "game")
http://www.cppgameprogramming.com/cgi/nav.cgi?page=index

Make sure you read up on event loops and scheduling strategies and efficient data storage.

There really isn't anything now except to put your imagination to work.

Good luck.
May 18, 2008 at 6:49pm
www.gamedev.net is a good site.
May 19, 2008 at 1:17pm
Thanks!
Topic archived. No new replies allowed.