C++ has a safety problem, but it's primarily a mindset and education issue rather than a fundamental language flaw. The language provides powerful tools for writing safe code: ranges eliminate bound safety issues, constexpr catches undefined behavior at compile time, strong types with constraints ensure type safety, and value

56m watch time

Sort: