C++

C++ related software topics

What is Singleton Pattern in C++ ?

If you need an object which should present as one instance, then a singleton pattern can be the answer for you. But If you quickly search the internet, you can see some people say that the singleton pattern is an antipattern. I am not sure it is correct 100 percent, […]

Read More