Category: C++
C++ tutorials for modern application and systems programming
Function Parameters in C++
Pass by value, const reference, or pointer/reference for mutation.
Function Overloading in C++
Define multiple functions with the same name and different parameter lists.