1. |
What is the difference between a statement and an expression? |
2. |
What is the difference between an overloaded operator and a function? |
3. |
What ways can you introduce a new type into C++? |
4. |
Which cast operator is best suited for numeric values? |
5. |
What happens when you assign an int variable to a double value? |
6. |
Which cast operator is best suited for downcasting through polymorphic hierarchies? |
7. |
Why are ANSI casts preferred over C-style casts? |
8. |
What is a situation in which you might find the reinterpret_cast used in a reasonable way? |
Part I: Introduction to C++ and Qt 4
C++ Introduction
Classes
Introduction to Qt
Lists
Functions
Inheritance and Polymorphism
Part II: Higher-Level Programming
Libraries
Introduction to Design Patterns
QObject
Generics and Containers
Qt GUI Widgets
Concurrency
Validation and Regular Expressions
Parsing XML
Meta Objects, Properties, and Reflective Programming
More Design Patterns
Models and Views
Qt SQL Classes
Part III: C++ Language Reference
Types and Expressions
Scope and Storage Class
Statements and Control Structures
Memory Access
Chapter Summary
Inheritance in Detail
Miscellaneous Topics
Part IV: Programming Assignments
MP3 Jukebox Assignments
Part V: Appendices
MP3 Jukebox Assignments
Bibliography
MP3 Jukebox Assignments