Page 1 of 1

Make a game with C++

Posted: Mon Mar 04, 2013 12:19 pm
by mideel
anyone have experience making a game with C++ ?

what would you recommend for a beginner who want to make a simple game with C++ ?

I understand basic of C++ and i've made simple text based games and i've read and learned about qt even though i haven't made application with qt..

Re: Make a game with C++

Posted: Tue Mar 05, 2013 9:13 pm
by K73SK
Get into the depths of C++ before deciding to make games. Definitely make sure you understand pointers AND references... Learn about classes if you haven't already, also inheritance, interfaces, static, all the uses you can do with the const keyword, private inheritance, and abstract classes. Then study it more and more...

And then when you're ready, check out either ogre3D or SFML. They're both good for making games in C++.