L
Lawrence D'Oliveiro
My copy of the C++0x draft reference standard, i.e. the copy sent out
for a ballot by national bodies, consisted of no fewer than 1300
numbered pages.
Yeah, so C++ continues to leap ahead into even greater complexity.
Also take into consideration the fact that the C++ standard does not try
to pin stuff down into unambiguous interoperable statements, e.g., a
precise size definition for size_t.
It seems to me that’s another drawback of Java, that it explicitly defines
the sizes of things from the viewpoint of 32-bit architectures like those
current in the 1990s. Some of those decisions look less wonderful on current
64-bit architectures.
So 684 pages of well-written, easily-understood text ...
Not quite so “well-written, easily-understoodâ€, as I have pointed out
elsewhere. The mistakes seem particularly concentrated in the parts
describing the newer language features.