Logo

How I'd Learn C++ If I Had To Start All Over Again

I've been writing C++ for years; I run the largest quantitative trading interview preparation platform, and here's how I'd learn C++ quickly and efficiently if I had to do it all over again.

How I'd Learn C++ If I Had To Start All Over Again
By Coding Jesus

The Actual C++ Roadmap I Give My Students (Every Resource Linked)

Every few months I get some version of the same comment: "How do I actually learn C++? Not another 10-hour tutorial — I mean an actual plan, with actual resources, in the right order."

So here it is. This is the real structure — the same one I use with the people I mentor into quant, systems, and SWE roles. I'm not going to summarize it vaguely and tell you to "go Google the rest." Every topic below links to the specific resource I'd actually point you to. If you work through this in order, you'll have covered more than most self-taught devs cover in a year.

Four phases. Let's go.


Phase 1: Foundations

Most people rush this phase to get to "the cool stuff" — classes, templates, whatever. That's exactly why they end up unable to debug their own code six months in. Do this in order, don't skip.

How C++ actually runs

Before you write a "real" program, understand what your compiler and linker are doing:

Program structure & organization

This is where beginners get genuinely confused, and it's almost never explained well:

Data types you actually need to understand

Not just "int and string exist" — the specific behaviors that cause real bugs later:

You're one step away from reading the rest.

Sign up free to read the rest of this post. No paywall, commitment, or strings attached.