User792746350 posted
I have the beta version of VS.NET using C++. I am noting some strange behaviour when passing a three dimensional array around a number of functions. By default c++ should be passing the array by default as I cascade through functions i.e. fn A passes array
to function B which passes array to function C to function D. But I am finding that this is not the case. Any ideas why this is so, I have noted problems with that I am not getting the correct values. Any limit on the amount of passing by reference? Thanks
Brett