static / Dynamic casting and references/pointersthanks for both the replies! I think it's slowly becoming clearer. I was specifically interest...
static / Dynamic casting and references/pointersHi, I'm getting a bit confused while looking at static_cast and dynamic_cast while using referenc...
C++ Map with multiple data types?Using the derivation thing with a template subclass seems to work nicely...
C++ Map with multiple data types?Hi everyone! I'm doing a C++ problem that I'm a bit stuck on. I'd like to be able to store mul...
Boost tuple and Vector problemFirstly, thanks for everyone's help so far! So here's my code now. [code] #include "stdafx.h" #...