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!

explains why C++ does what it does, the details of how would depend on the particular compiler/linker.