This post is the first part of an e-book on undefined behavior in C++. It provides an introduction to the topic and discusses the reasons behind undefined behavior in the language. It also mentions the different ways to detect and prevent undefined behavior in code.
Table of contents
IntroductionWhat is undefined behavior and what it leads toHow do we look for undefined behavior?Narrowing conversions and implicit type conversionSort: