Danny Kalev, a former member of the C++ standards committee, posts really interesting updates about C++0x (now most likely C++09) on his blo...

Danny Kalev, a former member of the C++ standards committee, posts really interesting updates about C++0x (now most likely C++09) on his blo...
The Service Configurator pattern is about linking in additional functionality in an application dynamically by means of an API such as dlsym...
In one of my previous posts I described a few ways of swapping two numbers using xor operation in a sinlge line. The discussion is not corr...
Articles by experts are saught after the most. Therefore, here are the links to the articles written by some of my favorite authors (in no p...
There are properties of objects that are relevant beyond mere identity of the object. One of such properties is Ownership! Who owns the obje...