You're already able to create and populate a dynamic array outside of a class, right? What is it about doing it on a class member that's giving you trouble? Also, when I write code in Visual Studio ...
hey guys,<BR><BR>I want to make a 3D array of size X by Y by Z. Y and Z are constants, and X is read in during the initialization process of my code. Using g++, I was ...
Passing a dynamic array to a method is no different than passing a static array, but the dynamic array must have been created by MAKEARRAY, REDIM, COPYARRAY, or an assignment statement. If the dynamic ...