1. |
What is the difference between a function declaration and a function definition? |
2. |
Why are default argument specifiers in the declaration but not the definition? |
3. |
For overloading arithmetic symbols (+, -, *. /) on Fraction objects, which is better, member functions or non-member global operators? |
4. |
Explain the difference between pass-by-value and pass-by-reference. Why would you use one instead of the other? |
5. |
Explain the difference between preprocessor macros and inline functions. |
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