hi,
how do i initialize all the elements of 3d array.
bool isValid[5][5][5];
this is a member variable of a class. how to set all the elements of this member variable to FALSE in the constructor of that class.
thanks
rsennat
how to initialize 3d array
|