The 3rd entry in my series about building applications with C++ using Qt and Boost:
Building factories in C++ with boost::factory
by Jens Weller
From the article:
boost has a small library focusing on the creation of factories as functional objects, so that boost::factory is part of boost::functional. The library offers...
Add a Comment
Comments are closed.