November 2001
Beginner
1128 pages
29h 12m
English
In this chapter you learn
How to pass function arguments by reference
Function template specializations
With the last chapter under your belt, you now know a lot about C++ functions, but there's much more to come. C++ provides many new function features that separate C++ from its C heritage. The new features include inline functions, passing variables by reference, default argument values, function overloading (polymorphism), and template functions. This chapter, more than any other you've read so far, explores features found in C++ but not C, so it marks your first major foray into plus-plussedness.
Read now
Unlock full access