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 3
Concurrency in C++
Content Locked
Section 1
Writing a Simple Hello World Program
In this video, we will define a hello world program using concurrency. Also, we will see the asynchronous message passing using the concurrency support library. - Invoke the sayHello() function without creating a separate thread - Pass a message from a Thread function to the caller function asynchronously