I'm looking for a good book or website on how C++ works under the hood. Some topics might be virtual function lookup tables, function name mangling, class/struct relationship, etc.
Even better, something that covers other languages as well (I'd love to know more about Perl's internals)
Thanks!