From Jason Turner
Watch on YouTube

Summary

This episode explores how to discover and leverage useful compiler warnings in C++. Jason demonstrates using -Wall in Visual Studio and -Weverything in Clang as discovery tools to identify valuable warnings that can catch potential bugs. He highlights important warnings like shadow variables, implicit type conversions (especially between signed/unsigned integers), and floating point to integer conversions.

Resources

Tags