Make a game with C++

Just talk about stuff in general...Doesn't matter what it is.
Post Reply
mideel
Level 6
Posts: 16
Joined: Mon Feb 25, 2013 1:59 am

Make a game with C++

Post by mideel » Mon Mar 04, 2013 12:19 pm

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..

User avatar
K73SK
Level 89
Posts: 3953
Joined: Tue Feb 01, 2011 7:00 am
Location: USA
Contact:

Re: Make a game with C++

Post by K73SK » Tue Mar 05, 2013 9:13 pm

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++.
Donate to legendoflegaia.net if you are one who wants to keep it alive! http://www.legendoflegaia.net/donate.html

Post Reply