REVIEW - C++ Primer Plus


Title:

C++ Primer Plus

Author:

Stephen Prata

ISBN:

Publisher:

Waite Group (1998)

Pages:

1019pp

Reviewer:

Brian Bramer

Reviewed:

December 1998

Rating:

★★☆☆☆


This is an introductory C++ text that is aimed at readers with some programming experience (although I think a beginner could read it). After an introduction, chapters 2 to 8 cover 'procedural programming', i.e. types, arrays, loops, conditional statements and finally functions. Chapters 9 to 14 cover OO programming, i.e. classes, inheritance, templates, exceptions, etc. The final two chapters cover the STL and I/O. Each chapter contains example programs (available on the CD), points to remember, a summary, review questions and exercises.

The C++ is up-to-date using short header names and namespaces and discussing topics such as explicit qualified constructors, the mutable qualifier, RTTI, etc. However, the discussions often lack rigour, e.g. the discussion on 'NULL or 0' (page 500) ended up with the vague statement

The C++ tradition, however, seems to favour using a simple 0 instead of the equivalent NULL , rather than simply stating that the definition of the
NULL
macro in
stddef.h
is often not suitable for C++ programs. The STL is described in chapter 15 but not used prior to that. The STL has (or should have) a major impact on how C++ is taught and used. Not using the STL in formative chapters gives the impression that a previous edition of this book has just had a chapter on the STL added, without an evaluation of its impact on the teaching approach.

I found this a very readable book with clear up-to-date explanations (although a bit longwinded for my taste). Suitable for beginner self- teaching who finds the more academic books hard to read or as backup reading on a formal programming course. Not recommended as a set course text or for the professional programmer.


Book cover image courtesy of Open Library.





Your Privacy

By clicking "Accept Non-Essential Cookies" you agree ACCU can store non-essential cookies on your device and disclose information in accordance with our Privacy Policy and Cookie Policy.

Current Setting: Non-Essential Cookies REJECTED


By clicking "Include Third Party Content" you agree ACCU can forward your IP address to third-party sites (such as YouTube) to enhance the information presented on this site, and that third-party sites may store cookies on your device.

Current Setting: Third Party Content EXCLUDED



Settings can be changed at any time from the Cookie Policy page.