Week 05
Lecture slides (Functions Part 2)
Lecture slides (Multiple File Compilation)
Functions with References and Pointers (Oh My!)
07.3-constRefParamCircleArea.cpp
Overloaded Functions
Note: the return type of a function is not part of a function’s signature. If two functions only differ by return type, it is ambiguous which function should be invoked, and hence raises a compile-time error. Apologies for the confusion.