TOC PREV NEXT INDEX

C++: A Dialog


5.2. Objectives of This Chapter


By the end of this chapter, you should
1. Understand how and when to use functions to reduce the amount of code you have to write.
2. Understand what software really is.
3. Understand how your source code is turned into an executable program.
4. Understand how storage is assigned to different types of variables.
5. Understand how functions can call one another.

www.steveheller.com
steve@steveheller.com
TOC PREV NEXT INDEX