D.10. Wrap-Up
This appendix discussed the
#include directive, which is used to develop
larger programs. You also learned about the #define directive, which is used to create macros. We introduced
conditional compilation, displaying error messages and using assertions. In the
next appendix, you'll implement the design of the ATM system from the Software
Engineering Case Study found in Chapters
1–7,
9
and 13.