Beginning In Programming C++ and Game

Hey Guys

I want to start making 3D indie games in c++ and opengl. I have little knowledge on c++ and wanted to know:

1. What things in c++ will i need to know before moving on to opengl?
2. Is there Anything you recommend on learning c++ except for this site?
3. How much time would you expect this to take?

I know to learn c++ fully it would take years so im just wondering about these questions. I have a lot of time on my hands and need start using it wisely
closed account (iAk3T05o)
Get the programming principles and practice using c++ book. It's 1000+ pages and covers everything from basics c++ to graphics with c++.
Hi Connor

I would recommend to just dive straight into OpenGL and just learn c++ along the way. Unless you are completely new to c++. In that case, you should start with a few c++ tutorials.

I just recently posted a bunch of OpenGL and DirectX tutorial links on this forum that you may find useful.
http://www.cplusplus.com/forum/general/123154/
Okay thank you i will try and learn c++ on the way :D
Which openGL version do you recommend learning?
Start with version 1 or 2. Those should be enough for a basic game. A good number of games require at least OpenGL 2
Last edited on
Topic archived. No new replies allowed.