Click here to Skip to main content
15,891,828 members
Articles / Programming Languages / C++

Robust C++: Singletons

Rate me:
Please Sign up or sign in to vote.
4.50/5 (2 votes)
25 Nov 2020GPL37 min read 10.3K   112   5  
Yet another article on this topic?!
Are singletons ever appropriate? Is there a thread-safe way to create them? How can they be implemented? This article discusses these questions.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Architect
United States United States
Author of Robust Services Core (GitHub) and Robust Communications Software (Wiley). Formerly Chief Software Architect of the core network servers that handle the calls in AT&T's wireless network.

Comments and Discussions