The cover of "C++: The Programming Language" raises questions (devblogs.microsoft.com) 4 points by krylon 5mo ago ↗ HN
[–] krylon 5mo ago ↗ The full title, "The cover of C++: The Programming Language raises questions not answered by the cover" was too long for HN, apparently.
[–] Someone 5mo ago ↗ What’s wrong with #define var auto #define function void ? ;-)It follows tradition (https://minnie.tuhs.org/cgi-bin/utree.pl?file=V7/usr/src/cmd...)Also, some compilers will accept 'foto' + i, interpreting 'foto' as a hex constant 0x666F746F.Similarly, 'bigImage' may be interpreted as a 64-bit literal.
4 comments
[ 0.17 ms ] story [ 28.2 ms ] threadIt follows tradition (https://minnie.tuhs.org/cgi-bin/utree.pl?file=V7/usr/src/cmd...)
Also, some compilers will accept 'foto' + i, interpreting 'foto' as a hex constant 0x666F746F.
Similarly, 'bigImage' may be interpreted as a 64-bit literal.