filmov
tv
c++: 1 way to pass any dimension array in a function

Показать описание
#shorts
#cprogramming #array #arrays
#c++ #cprogrammingtutorialforbeginners
Passing an array in a function is frustrating when the dimension of the array is not hard coded. A simple way to create a function who manages an array of any dimension is using pointer arithmetic.
#cprogramming #array #arrays
#c++ #cprogrammingtutorialforbeginners
Passing an array in a function is frustrating when the dimension of the array is not hard coded. A simple way to create a function who manages an array of any dimension is using pointer arithmetic.