Live data from Hacker News

Ask HN: How to Learn C++ in 2026?

news.ycombinator.com

11–17 of 17 posts

Re: Ask HN: How to Learn C++ in 2026?

#11
I am part of a game dev focused Discord server where people regularly ask how to get into C++. Because of this (and similar) repeating questions I've put together this repository as a guide. Note that this is full of my personal opinions and experiences; feel free to disagree.

https://github.com/W4RH4WK/cpp-init

Re: Ask HN: How to Learn C++ in 2026?

#13

You might start with Stroustrup's A Tour Of C++ . That will get you most of the concepts and features, and why the concepts are the way they are.

Yeah, that's pretty much tailor-made to be the official resource for an experienced programmer to get an overview of C++ as it stands. Fairly slim book so it's approachable.

https://www.stroustrup.com/tour3.html

Post reply on HN