The cover of "C++: The Programming Language" raises questions (devblogs.microsoft.com) 4 points by krylon 3mo ago ↗ HN
[–] krylon 3mo 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 3mo 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
[ 7.3 ms ] story [ 125 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.