CSC 160 - Chapter 6 Quick Reference

Chapter 6 "Functions"

This chapter covers the basics of C++ functions.

General Terms

function function body void return
arguments parameters formal arguments scope
function call function header function prototype
pass-by-value pass-by-reference default arguments
local variable global variable static local variable
overloading exit() stub driver

Concepts

Important concepts covered include:

Disclaimer: The goal of this "cheat sheet" is to review the more important concepts in the chapter. The exclusion of any material in the chapter from this "cheat sheet" does not mean that you are not responsible for that material.