Lifetime Issues of Variables

This lesson explains challenges related to lifetime issues of variables in C++.

We'll cover the following...

Creating a C++ example with lifetime related issues is quite easy. Let the created thread t run in the background (i.e. it was detached with a call to ...