Beautiful C++: Updating Legacy Code

Go to class
Write Review

Free Online Course: Beautiful C++: Updating Legacy Code provided by Pluralsight is a comprehensive online course, which lasts for 5 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. Beautiful C++: Updating Legacy Code is taught by Kate Gregory.

Overview
  • If you maintain an old large codebase, there's a good chance you don't understand parts of it. This course will show you how to update code to a more readable, understandable, and maintainable state by taking full advantage of modern C++ techniques.

    C++ has been a popular programming language for decades, which means there’s some really old code out there. Some of it is very hard to read and maintain. Capabilities have been added to the language and standard library that could simplify this code, and possibly make it faster or eliminate nagging intermittent bugs. In this course, Beautiful C++: Updating Legacy Code, you’ll learn how to approach a large and unfamiliar codebase and make changes to modernize code. First, you'll learn some strategies for deciding exactly what to change. Then, you'll be introduced to language features and library capabilities that may not have existed when your code was first written, and can make it better now. Finally, you'll discover how to evaluate your progress and spread your gains through the rest of the code. By the end of this course, you'll be prepared for your code to last another generation or two and take full advantage of what modern C++ has to offer.

    Topics:

    • Course Overview
    • What Target Are You Trying to Reach?
    • The Big Picture
    • The Compiler Is Your Friend
    • Use C++ as C++
    • Language Changes in C++ 11, 14, and 17
    • The Standard Library Will Save You Time and Trouble
    • Reorganizing for Transparency
    • When Are You Done?