Posted by: rmn on: 01/12/2009
If you ever try to define a public custom operator new while keeping the corresponding delete operator private, you’ll end up unable to compile any code that actually invokes the public operator new. The reasoning is quite interesting.
Posted by: rmn on: 09/10/2009
In this post I will introduce a common problem you are likely to bump into when inheriting from templated base classes.
Posted by: rmn on: 27/09/2009
Okay, so here’s how this category is going to work. I will post and explain a few lines of code, with one (or more) defect(s) hidden in them. The defect will not be trivial (at least not intentionally). Your job is to spot and explain the bug(s) – once there’s at least one comment about [...]
Recent comments