Exception-Safe Coding in C++ - Part I
Offered By: CppNow via YouTube
Course Description
Overview
Explore the intricacies of exception-safe coding in C++ with this comprehensive conference talk from C++Now! 2012. Delve into the non-trivial problem of safe exception usage that has challenged the industry for nearly two decades. Learn about the fundamental issues surrounding exception safety, alternative approaches, and common pitfalls in implementation. Discover a set of guidelines for safe exception usage and solid implementation techniques, including strategies for transitioning legacy code bases. Gain the knowledge to produce more robust, efficient, and easily maintainable C++ code that can withstand exceptions. By the end of this 90-minute session, acquire the skills to write code that is not only easier to understand but also 100% reliable when facing exceptions.
Syllabus
Jon Kalb: Exception-Safe Coding in C++ (Part I)
Taught by
CppNow
Related Courses
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera