C++ Compilation Explained - What are Unity Builds

Опубликовано: 11 Март 2026
на канале: Dan Zaidan
2,993
59

C++ builds can get really messy, using external tools like CMake, Ninja and others. So the better we understand how the compilation actually happens the more we can simplify it to our needs!
In this tutorial, I explain the most common way to compile C and C++ code as well as the approach we are taking in the C++ Game Programming tutorial series: a Unity build.
This approach lets use compile just one file, so it's faster, simpler, and require you to use pretty much no header file at all!

This is a clip from my tutorial series on How to Program a Simple Game in C++.
Watch the whole series here:    • [Tutorial] How to program a game in C++  

If you have any questions, make sure to drop them in the chat!
Thanks!