Re: Best C++11/14 book to cover all
JiiPee <no@notvalid.com> writes:
Ok the thing is that I am looking for as detailed book as possible,
If you ask the ISO very nicely and kindly, they might be
willing to sell you a copy of ?International Standard
ISO/IEC 14882:2014(E) Programming Language C++?.
While you're at it, you also need to order the normative
references of ISO/IEC 14882:2014(E) to have all the details:
- ISO/IEC 2382 (all parts), Information technology -
Vocabulary
- ISO/IEC 9899:1999, Programming languages - C
- ISO/IEC 9899:1999/Cor.1:2001(E), Programming
languages - C, Technical Corrigendum 1
- ISO/IEC 9899:1999/Cor.2:2004(E), Programming
languages - C, Technical Corrigendum 2
- ISO/IEC 9899:1999/Cor.3:2007(E), Programming
languages - C, Technical Corrigendum 3
- ISO/IEC 9945:2003, Information Technology -
Portable Operating System Interface (POSIX)
- ISO/IEC 10646-1:1993, Information technology
-Universal Multiple-Octet Coded Character Set (UCS)
- Part 1: Architecture and Basic Multilingual Plane
- ISO/IEC TR 19769:2004, Information technology -
Programming languages, their environments and system
software interfaces - Extensions for the programming
language C to support new character data types
having details what happens in memory when using different
features
C and C++ are abstract languages. You can't even say how
many bits an int object has. If you want to know what
happens in memory, use assembler.