Introduction

This lesson gives an introduction to the problem of the thread-safe initialization of singletons, and how to solve it through various methods in C++.

We'll cover the following...

Before we start with this case study, let me emphasize that I am not advocating the use of the singleton ...