Mastering C++: A Comprehensive Quiz Based on 'Thinking in C++'

Disable ads (and more) with a membership for a one time $2.99 payment

Test your C++ skills with our quiz based on Bruce Eckel's 'Thinking in C++'. Dive into object-oriented programming, advanced topics, and fundamentals. Perfect for learners and experts alike. Assess your knowledge and become a C++ master!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


Which book surprised the author by being enjoyable and making practical sense?

  1. The Unified Software Development Process

  2. Software Creativity

  3. Object Lessons

  4. Peopleware

The correct answer is: The Unified Software Development Process

The answer is not B Software Creativity, since it was rated highly for its interesting ideas but did not provide much practical sense to the author. The answer is not C: Object Lessons, as it was more focused on theory and did not stand out as particularly enjoyable or practical. The answer is not D: Peopleware, as the author expected a lot from this well-known book but found it to be outdated and not as relatable. The only book that fit all of the criteria was A: The Unified Software Development Process, which both surprised and impressed the author with its enjoyable writing style and practical insights.