Typical C++, But Why? - Björn Fahller - NDC TechTown 2022

The C type system is both very weak and very strong. In this presentation I will show you how using the strengths of the type system makes your code better. I will show you how types... * prevents incorrect code from compiling * improves readability of code * reduces the risks when changing code and I will show you how very simple changes to your code will take you far in the desired direction. Check out more of our featured speakers and talks at
Back to Top