Learn C++ With Back to Basics: Exceptions by Klaus Iglberger (CPPCon 2020) Video

Exceptions are the native C++ error propagation mechanism. Exceptions, if used correctly, allow us to write a simpler, more readable, and more robust code. However, the path an be tricky and, unfortunately, the exception mechanism … Continue reading Learn C++ With Back to Basics: Exceptions by Klaus Iglberger (CPPCon 2020) Video