Course 5 of 5 in this specialization

Master Advanced C++ Programming and Debugging Techniques

Coming soon 25 topics Self-paced · Online
Notify me when it launches

Where this comes from

Built from the Wiley title of the same name — professionally edited, technically reviewed, and already relied on by people doing this work.

Source ISBN 9781119601739

How it was built

Sejal Learning Systems rebuilt the book as a course: objectives first, then short video, worked examples, and practice with real feedback. It runs on Coursera at your own pace, with a certificate on completion.

Master Advanced C++ Programming and Debugging Techniques is a self-paced online course built from the Wiley title of the same name.

What this course covers

  • Chapter 3: Advanced Lambda Expressions
  • Book 4: Fixing Problems
  • Chapter 1: Dealing with Bugs
  • Chapter 2: Debugging an Application
  • Chapter 3: Stopping and Inspecting Your Code
  • Chapter 4: Traveling About the Stack
  • Book 5: Advanced Programming
  • Chapter 1: Working with Arrays, Pointers, and References
  • Chapter 2: Creating Data Structures
  • Chapter 3: Constructors, Destructors, and Exceptions
  • Chapter 4: Advanced Class Usage
  • Chapter 5: Creating Classes with Templates
  • Chapter 6: Programming with the Standard Library
  • Book 6: Reading and Writing Files
  • Chapter 1: Filing Information with the Streams Library
  • Chapter 2: Writing with Output Streams
  • Chapter 3: Reading with Input Streams
  • Chapter 4: Building Directories and Contents
  • Chapter 5: Streaming Your Own Classes
  • Book 7: Advanced Standard Library Usage
  • Chapter 1: Exploring the Standard Library Further
  • Chapter 2: Working with User-Defined Literals (UDLs)
  • Chapter 3: Building Original Templates
  • Chapter 4: Investigating Boost
  • Chapter 5: Boosting up a Step