Learn how one person tried to come up with the perfect singleton. The article explores real-time experience and explains in the common developer's perspective.
Latest Singletons Articles
Static Parameter Class
Technique for providing a global set of parameters to multiple threads such as to avoid the inefficient instantiation of an object for each client
Leak-Free Singleton Class using auto_ptr
Leak-Free Singleton Class using auto_ptr
Proper initialization of static objects (singletons) with splash screen support
Proper initialization of static objects (singletons) with splash screen support
A Leak-Free Singleton Class
A Leak-Free Singleton Class
Creating Singleton Objects using Visual C++
Creating Singleton Objects using Visual C++
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

Web Developers: Are Your Sites Using HTTPS?
Web sites that need certificates, the secure ones running under HTTPS, are quickly becoming the standard. Get ready to use certificates.

Building a Conversation Bot
Learn about the Microsoft Bot Framework, and how to craft a conversation bot.

The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.