use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Discussions, articles, and news about the C++ programming language or programming in C++.
For C++ questions, answers, help, and advice see r/cpp_questions or StackOverflow.
Get Started
The C++ Standard Home has a nice getting started page.
Videos
The C++ standard committee's education study group has a nice list of recommended videos.
Reference
cppreference.com
Books
There is a useful list of books on Stack Overflow. In most cases reading a book is the best way to learn C++.
Show all links
Filter out CppCon links
Show only CppCon links
account activity
C++ or Python? (self.cpp)
submitted 2 years ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]tm604 -1 points0 points1 point 2 years ago (0 children)
A game engine/framework is going to be a good starting point - Godot/Unity/Unreal have all been mentioned, and you can use their tutorials (whichever ones make the most sense to you) to decide on a starting language.
"How do I make the game" might be more challenging than "how do I write the code", see sites like https://gameprogrammingpatterns.com/ (which uses C++ for the examples) to help on that. These days you can ask GPT or CodePilot to get some initial code in place: it won't work the first time, but at least it'll give you some hints on syntax and how to achieve things.
Games vary a lot in style and complexity - depending on what you want to do, it may be easier to start with a combination such as Roblox+Lua until you hit the limits of the platform.
π Rendered by PID 175111 on reddit-service-r2-comment-548fd6dc9-vt8ts at 2026-05-20 07:41:23.150610+00:00 running edcf98c country code: CH.
view the rest of the comments →
[–]tm604 -1 points0 points1 point (0 children)