To avoid religious issues here, I’m not going to mention any sensitive words. Instead I’m going to make use of the word “saint” here to relate this article.
Basically, this article is about people who are absolutely inconsiderate towards other people. This source of ugliness is the reason why so many people have succumbed into being ugly as well.
To know more, read on…
Read the rest of this entry »
Recently, I’ve read through the papers and found an article that is rather disturbing.
I’m not bothered by the facts presented. Rather I’m bothered by the way the facts are presented. It’s so distorted that I feel inclined to write up a post here to clarify certain matters.
To read on please click on the link below:
Read the rest of this entry »
To all C++ people who have been working their guts out, you’ve probably heard of many singleton patterns. One of which is known as Meyer’s Singleton.
As we know, in C++, we should never depend on the order of initialization in order to expect certain things to work. This is the same for singletons especially when they’re static.
Therefore, this article explains how should singletons be implemented properly.
Read the rest of this entry »