The back cover of C++: The Language raises questions not answered by front cover
70 points by paulmooreparks 4 hours ago | 13 comments
seanhunter 2 hours ago
It reminds me of an incident involving an old colleague of mine at some kind of graduate recruitment fair thing. He walked past a stand which was trying to hire engineers which had some code on the wall when the following exchange happened:
replybad_username 2 hours ago
I wish <smug></smug> was a real HTML tag
replykstrauser 60 minutes ago
It's a semantic div tag, and it's spelled "<actually>".
reply20k 2 hours ago
Its crazy to me how little effort publishers put into the basic parts of their job sometimes. Its even funnier that raymond chen of all people is the one calling this out
replykoolala 2 hours ago
At least the JavaScript image is excusable since most implementations are made in C++.
replygruntled-worker 2 hours ago
auto get_xyz_position() -> std::unordered_map<std::string, double *> { ... }
reply