Linked by Thom Holwerda on Thu 20th Sep 2012 20:27 UTC, submitted by MOS6510

Permalink for comment 536163
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
Member since:
2005-07-06
Not *that* detailled, but for example learning how virtual functions work by looking at vtables and the pointer.
Provided you don't want to teach about performance..
Otherwise at some point you have to look at the binary generated, which is not too bad with C/C++ but with Haskell..