|
||
|
Lesson 1
Functions and scope
|
||
|
This module explores the syntax, use, and scope of C++ functions and variables.
Functions are very similar in C and C++, but C++
offers some useful improvements, including overloading and inlining. C++ also offers storage classes similar to those
of C, which are essential in writing multifile programs. You will learn:
At the end of the module, you will be given the opportunity to take a quiz covering these topics. |
||
|
|
||