Table of Contents
const
const
inline
Functions [ fromfile: functions.xml id: functions ]
Abstract
This chapter discusses the essentials of function overloading, function call resolution, default/optional arguments, temporary variables and when they're created, reference parameters and return values, and inline
functions.
Functions in C++ are similar to functions and subroutines in other languages. C++ functions, however, support many features not found in some languages, so it is worthwhile discussing them here.
Generated: 2012-03-02 | © 2012 Alan Ezust and Paul Ezust. |