5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

IT Professional Curricula     Software Development Solution Area     C++ Programming     Defensive C++
Design by contract (DbC) involves two parties, a client and a supplier, collaborating based on mutual obligations and benefits. DbC was intended to be released as a part of the C++ language in C++20, but will now be part of the C++23 release. Use this course to examine the technical specifications of design by contract and the role of its key components - preconditions, invariants, and postconditions.
You'll explore the most important features released in C++20, including the ranges library, coroutines, concepts, and modules. You'll also discover the weaknesses in defensive programming and when to implement offensive programming techniques in your code.
When you are finished with this course, you will be able to tackle complex projects built using C++ and write code for them using software engineering principles and defensive programming techniques.

Objectives

Defensive C++: Design by Contract & Features in C++

  • discover the key concepts covered in this course
  • outline the components of design by contract and the technical specifications of C++ 23's design by contract implementation
  • list the features of modern C++ and the important features of every recent C++ release, including C++ 20
  • list the functions available in the ranges library released in C++20
  • make the right choice between defensive programming and offensive programming techniques
  • summarize the key concepts covered in this course