Quantcast
Viewing all articles
Browse latest Browse all 4

Singletons in C++

To kill a singleton: I found this to be a useful discussion on how to write a singleton class in C++ that ensures the singleton is properly destroyed (for even multithreaded applications).


Viewing all articles
Browse latest Browse all 4

Trending Articles