This document outlines the contents of Chapter 3 - Functions from a C++ textbook. It discusses key concepts about functions including defining and calling functions, function parameters and return values, function prototypes, header files, and random number generation using functions. Example code is provided to demonstrate creating, calling, and using functions to perform tasks like calculating squares, finding maximums, and simulating dice rolls.