April 1996
Intermediate to advanced
400 pages
9h 31m
English
For those who desire some concrete examples illustrating the abstractions discussed in this text, I have provided 21 C++ programs. Those examples of general interest are published in this appendix. The remainder is available from Addison-Wesley at World Wide Web URL http://www.aw.com/cp/riel.html. and via anonymous FTP from ftp.aw.com in the directory cp/riel. The examples and a brief description of each are provided in the following list.
| Example | Chapter | Description |
|---|---|---|
| #1 | 2 | The implementation of the AlarmClock class described in Section 2.1.
|
| #2[*] | 3 | The implementation of the course-scheduling system described in Section 3.3. The solution without controller classes is illustrated here. |
| #3 | 3 | The implementation of the ... |