CppCommonKnowledge
Last edit May 22, 2008
C++ Common Knowledge
Stephen C. Dewhurst,
AddisonWesley
, 2005
ISBN 0-321-32192-8
This is another book by the author of
CppGotchas
.
This provides good explanations for a lot of the features of
CeePlusPlus
which are mentioned in the design of code. Examples include
ArgumentDependentNameLookup
and
SubstitutionFailureIsNotAnError
. It crossrefers well between the topics. --
JohnFletcher
CategoryBook
CategoryCpp