This tutorial teaches low-level C++ programming concepts, focusing on POD data structures, array operations, x86 intrinsics, vectorization, and SIMD, without using STL or modern C++ features. We'll progress from basics to advanced, with explanations, examples, and exercises. Complete the exercises in the Godbolt iframes and compile to check output. Use -O2 flag for optimizations.