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

Technical requirements

To compile and run the examples in this chapter, you must have administrative access to a computer running Ubuntu 19.04 with a functional internet connection. Note that the rest of this book uses Ubuntu 18.04. Since we will be discussing C++20, which is still in development, we need the latest and greatest versions of GCC in this specific chapter. Before running these examples, you must install the following:

> sudo apt-get install build-essential git cmake

If this is installed on any operating system other than Ubuntu 18.04, then GCC 7.4 or higher and CMake 3.6 or higher will be required.

Code files for this chapter can be found at //github.com/PacktPublishing/Advanced-CPP-CookBook/tree/master/chapter13.

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