Just started looking into C++

I want to make a simple game in C++ and maybe later use OpenGL for the graphics

Are there any tutorials for C++ beginners?
Online C++ tutorials for games? None that I have found.

Online C++ tutorials (free) can be found here at CPlusPlus:

http://www.cplusplus.com/doc/tutorial/

Or at "Learn C++:"

https://www.learncpp.com/

I personally prefer Learn C++.
I wouldn't recommend OpenGL for beginners.
Better to start learning the language first (c++11) with simple console apps. When you have mastered the language you can start learning about graphics.
The book "Programming Principles and Practice Using C++" by Bjarne Stroustrup uses FLTK for the gui.

There are also C++ books that teach C++ through game programming:

Beginning C++ Game Programming by John Horton (2019 version)
Beginning C++ Through Game Programming by Michael Dawson (2014 - so doesn't cover c++17/20)
closed account (j8Mo2yTq)
This book - Beginning C++ Through Game Programming by Michael Dawson (2014 - so doesn't cover c++17/20)

it's a little old but it's very easy to read and everything right down to the variable names are game themed. the projects are all console projects IIR. I think the final project is a console based card game but don't quote me on that its been years since I read it. I still enjoyed it very much though. It made many things click for me.
https://www.tutorialspoint.com/cplusplus/index.htm this the place you should be to learn C++ for the first time.
Topic archived. No new replies allowed.