User profile: MisterEd

User info
User name:MisterEd
History
Joined:
Number of posts:10
Latest posts:

static / Dynamic casting and references/pointers
thanks for both the replies! I think it's slowly becoming clearer. I was specifically interest...

static / Dynamic casting and references/pointers
Hi, 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 problem
Firstly, thanks for everyone's help so far! So here's my code now. [code] #include "stdafx.h" #...