Week 3 at a Glance

You have finished the second week of learning C++. By now you should feel comfortable with some of the more advanced aspects of object-oriented programming, including encapsulation and polymorphism.

Where You Are Going

The last week begins with a discussion of advanced inheritance. On Day 16 you will learn about streams in depth, and on Day 17 you will learn advanced tricks of the preprocessor. Day 18 is a departure: rather than focusing on the syntax of the language you take a day out to learn about object-oriented analysis and design. On Day 19 templates are introduced, and on Day 20 exceptions are explained. Day 21, the last day of this book, covers some miscellaneous subjects not covered elsewhere, and then there is a discussion of the next steps to take in becoming a C++ guru.

Go to: Table of Contents | Next Page