1. |
What is a stream? What kinds of streams are there? |
|
2. |
Give one reason to use an ostrstream. |
|
3. |
What is the main difference between getline and the >> operator? |
|
4. |
What is the type of each expression?
|
|
5. |
In Example 1.23, identify the type and value of each "thing": Example 1.23. src/types/types.cpp
|
|
6. |
What is the difference between a pointer and a reference? |
|
7. |
Why does main(int argc, char* argv[]) sometimes have parameters? What are they used for? |
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