If i have a function (void) X that takes an array of object in as a parameter and subsequently modifies said objects in the array, what will be the end result after the function terminates?<BR><BR>By ...
So we were going over how to pass arrays to functions in my C++ class the other day, and the teacher says "By default, C++ passes arrays by reference." I go "wtf, no it doesn't." After a few minutes ...
If you decide to spill the results, you can then use the spilled range operator (#) to perform a calculation on the spilled range. Simply reference the first cell of the spilled range with a # ...