Passing arrays as parameters in C++

Опубликовано: 15 Октябрь 2024
на канале: DavidWesselsVIU
146
3

Continuing our work with arrays in C++, now we look at using functions to pass arrays. This includes discussion of how to specify our function is expecting an array as a parameter, how we pass the array, and some of the things to watch out for when using functions to process arrays. This video is part of a series for an introductory course on programming and computer science. The full series, along with supporting resources (slides, notes, code examples, etc) is available at url
csci.viu.ca/~wesselsd/courses/csci160/vidres.html