Fun with Variadic Templates: Part II

As promised in Part I, I think it’s about time we start to actually have some fun with C++0x’s variadiac templates. There’s lots of basic tutorials out there and people talking about variadics here and there, but I haven’t seen anyone really delve into yet, so here we go. First up, the most [...]

Fun with Variadic Templates: Part I

If you’re a C++ user, you’ve probably heard that the up and coming language revision, C++0x, is adding support for variadic templates. And if you’re anything like me, perhaps your first question was “Cool, so what good are they?” And I would say “Excellent question!” to such an inquiry, because C++ has been [...]

Effective C++: Cyclical Dependencies

I’ve noticed over the years that for the majority of computer scientists design is something we either love or hate. And however unfortunate it may be, I think either way design is usually a bit of an after thought, or at the least it’s a moving target. High level design can usually be [...]