McGraw-Hill OnlineMcGraw-Hill Higher EducationLearning Center
Student Center | Instructor Center | Information Center | Home
Workbook
EzWindows Software Packages
Chapter Objectives
Chapter Outline
Chapter Overview
Lab
Self-Check Solutions
Feedback
Help Center


Cohoon/Davidson: C++ Program Design, Third Edition
C++ Program Design, 3/e
James P. Cohoon, University of Virginia
Jack W. Davidson, University of Virginia

Programmer-defined functions

Chapter 6 Overview

Chapter 5 explored the use of library functions to accomplish tasks. However, any significant software project also requires that new functions be designed and implemented. In this chapter, we consider the basics of programmer-defined functions with value parameters. Our examination includes a discussion of invocation, parameters, and the local and global scopes.