Skip to Content
Advanced C++ Programming Cookbook
book

Advanced C++ Programming Cookbook

by Dr. Rian Quinn
January 2020
Intermediate to advanced
454 pages
11h 25m
English
Packt Publishing
Content preview from Advanced C++ Programming Cookbook

Debugging and Testing

In this chapter, you will learn how to properly test and debug your C++ applications. This is important because without good testing and debugging, it is highly likely that your C++ applications will contain hard-to-detect bugs that will reduce their overall reliability, stability, and security.

This chapter will start with a comprehensive overview of unit testing, which is the act of testing code at the unit level, and will also look at how to leverage existing libraries to speed up the process of writing tests. Next, it will demonstrate how to use the ASAN and UBSAN dynamic analysis tools to check for memory corruption and undefined behavior. Lastly, the chapter will conclude with a quick look at how to leverage the ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Modern C++ Programming Cookbook

Modern C++ Programming Cookbook

Marius Bancila

Publisher Resources

ISBN: 9781838559915Supplemental Content