Introduction to C++
Go
Gocourse AI
Updated 16 Aug 2026
1 min read
In this post
Manual control over memory and performance, for engines, systems and embedded work.
Manual control over memory and performance, for engines, systems and embedded work.
Why start here
This is the opening tutorial in the C++ track. It sets out what C++ is for, what it is good at, and what the tutorials after it assume you have read.
What you need
Nothing installed yet. Every example in this track runs in the browser compiler, so you can read a page and try the code on the same screen.
How the track is arranged
Each tutorial builds on the one before it. The rail beside this page is the reading order — previous and next follow it, so you can work straight through without deciding what comes next.
Next
Carry on to the next tutorial in the rail. It picks up exactly where this one leaves off.
C++BasicsGetting Started