Book Image

High Performance Applications with C++ [Video]

By : Jeganathan Swaminathan
Book Image

High Performance Applications with C++ [Video]

By: Jeganathan Swaminathan

Overview of this book

<p>C++ has come a long way and has now been adopted in several contexts. Its key strengths are its software infrastructure and resource-constrained applications. The C++ 17 release will change the way developers write code, and this video course will help you master your developing skills with C++. With real-world, practical examples explaining each concept, the course will begin by introducing you to the latest features in C++ 17. It encourages clean code practices in C++ in general and demonstrates the GUI app-development options in C++.</p> <p>By the end of the course, you’ll have an in-depth understanding of the language and its various facets.</p> <h1>Style and Approach</h1> <p>This straightforward guide will help you level up your skills in C++ programming, be it for enterprise software or for low-latency applications like games. Filled with real-world, practical examples, this video course will take you gradually up the steep learning curve that is C++.</p>
Table of Contents (7 chapters)
Chapter 5
TDD in Action
Content Locked
Section 1
Developing an RPN Calculator Application
In this video, we will demonstrate how one can follow the TDD approach while developing an application. - Add test cases of Addition, Subtraction, Multiplication and Division - Refactor the RPNCalculator design