This time lets take a brief look at some nifty C++ idioms in the Boost peer-reviewed libraries. We will talk about Boost Base-from-Member i...
Sunday, 29 April 2007
Tuesday, 24 April 2007
new, delete, custom memory allocation, and exception safety
09:50
This post will hopefully push you ahead to a higher level of expertise in memory management mechanics of C++ and exception safety. Here we g...
Wednesday, 11 April 2007
Non-Virtual Interface (NVI) idiom and the design intent
20:43
Assuming that the philosophy of Non-Virtual Interface (NVI) idiom is strictly adhered I came up with a table that summarizes the design int...
Tuesday, 10 April 2007
Virtuality is an implementation detail !
13:06
There are many ways of achieving separation of interface from implementation: 1. Using Interface Definition Language (IDL) as in CORBA 2. Br...
Subscribe to:
Posts (Atom)