Daily Archives: 14.3.2009

Pimpl your C++ code

We’ll take a look at the PIMPL (private implementation) pattern today, which is especially useful for larger projects, where compile times become a problem. Pimpl allows to decouple the interface from the implementation, to a point where nearly each class … Continue reading

Posted in Programming | Tagged , | 4 Comments