C++ Programming: Passing Arrays to Functions

Описание к видео C++ Programming: Passing Arrays to Functions

Code can be found at http://pastebin.com/CWmUamjX
Concepts:
Syntax for passing arrays to functions.
Why is the whole array not passed to a function? save processor cycles and memory (we often don't need a copy anyway)
What is passed? - the first element of the array.

Комментарии

Информация по комментариям в разработке