[3] C++-FAQ-Book versus C++-FAQ-Lite
(Part of C++ FAQ Lite, Copyright © 1991-2006, Marshall Cline, cline@parashift.com)


FAQs in section [3]:


[3.1] Is there a C++ FAQ Book in addition to the C++ FAQ Lite?

Yes, the book is C++ FAQs by Cline, Lomow, and Girou, Addison-Wesley, 1999, ISBN 0-201-30983-1.

[Book Cover]

It gets five-star ratings ([*****]) on Amazon.com, and is available in bookstores. You can download an overview and table of contents, a sample chapter, and the source code for the book's examples.

Here's the book at a few online bookstores (listed alphabetically):

TopBottomPrevious sectionNext sectionSearch the FAQ ]


[3.2] Is there a big difference between C++ FAQ Lite and C++ FAQ Book?

Yes there is a big difference.

At last count, the C++ FAQ Book is 500% larger than the C++ FAQ Lite.

Bottom line: the book and this Lite document are not the same. The book is both broader and deeper — it covers subjects that aren't covered in this Lite document, and it covers subjects in more detail than this Lite document.

In addition, the book has lots and lots of programming examples — many more than are in this Lite document.

TopBottomPrevious sectionNext sectionSearch the FAQ ]


E-Mail E-mail the author
C++ FAQ LiteTable of contentsSubject indexAbout the author©Download your own copy ]
Revised Mar 1, 2006