Ive just started c++, and ive gotten througgh the following sections:

Introduction
Instructions for use.
1. Basics of C++.
Structure of a C++ program.
Variables. Data types. Constants.
Operators.
Communication through console.
2. Control structures and Functions.
Control Structures.
Functions (I).
Functions (II).
3. Advanced Data.
Arrays.
Strings of Characters.
Pointers.
Dynamic Memory.
Structures.
User defined data types. (typedef, union, enum)

i was wandering if anyone could tell me of like a program to make after each section? Like tell me to make a program using arrays, then one using dynamic memory or whatever. I think this would help me learn what i have read over better, ya know? So if anyone could 'assign' me some programs to make that have like a goal and make sense id be grateful. Thanks so much

gtrickz