Y
Hacker News
new
|
ask
|
show
|
jobs
by
rootlocus
2382 days ago
Just goes to show C++ failed the zero overhead principle.
2 comments
Animats
2382 days ago
If you don't have virtual functions, a C++ object is just an struct associated with static function links.
link
cjwoodall
2379 days ago
So sad that it did...
link