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...
Tuesday, 13 February 2007
Sunday, 11 February 2007
Service Configurator pattern and singleton deletion
12:05
The Service Configurator pattern is about linking in additional functionality in an application dynamically by means of an API such as dlsym...
swap using XOR
11:37
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...
Monday, 5 February 2007
Publications by C++ experts
00:08
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...
Sunday, 4 February 2007
Ownership idioms, The Move Constructor idiom and auto_ptr
10:39
There are properties of objects that are relevant beyond mere identity of the object. One of such properties is Ownership! Who owns the obje...
Subscribe to:
Posts (Atom)