Code Golf - Math expression evaluator

Code Golf Code Gold are challenge where you have to write code in the least amount of character possible. I was on the IRC server of SFML (irc.boxbox.org), on the C++ channel (#c++) and someone was asking how to implement a Math Expression Evaluator. Basically... »

Messing with vtables - Part II

This second post on vtable will be consecrated to the mechanics of virtual inheritance. It will get slightly more complex, so bear with me. Disclaimer Like it was said in part 1, all of this is entirely implementation dependent, C++ has no concept of vtable.... »