Lecture overview -- Keyboard shortcut: 'u'  Previous page: References versus Pointers -- Keyboard shortcut: 'p'  Next page: Value return -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Basic facilities - slide 20 : 42

Parameter passing in C++

It is possible to pass parameters by value, by a pointer, and via a C++ reference