Name:
Anonymous
2006-11-06 18:52
What the fuck.
I've been using and studying C++ for almost 10 years now and I've never seen shit like this.
Name:
Anonymous
2006-11-06 19:27
o rly?
Show me a container class that can safely store different-type objects safely and without leaks... a heterogenous array, if you want to call it that.
Name:
Anonymous
2006-11-07 1:34
>>6
std::vector<std::pair<type_enum, void*> >
am i rite!!!?