
C++ Functions
All the previous functiontion syntax for C is available in C++ as well,
and
C++ has several additional features.
These include default parameters, operator overloading (similar to
Java), and reference parameters.
These will be unavailable in a plain C compile.