The Cherno
69.9m views
617k subscribers
4 summaries
I'm making a game engine called Hazel! Here you'll find videos about that and C++/programming
Summaries
How the C++ Compiler Works
The Cherno
The video explains the C++ compiler process in detail, from pre-processing to object file generation.
How the C++ Linker Works
The Cherno
Detailed explanation of the linking process in programming with examples and error handling.
Variables in C++
The Cherno
A comprehensive explanation of variables in C++, covering their purpose, types, memory allocation, and the relationship between data types and memory size.
PATH TRACER made by 15-YEAR-OLD in C++ OpenGL! // Code Review
The Cherno
A detailed code review of a path tracer project created by a 15-year-old Ukrainian programmer, exploring the code structure, rendering techniques, and potential improvements.