in a 4 dimensional array...
how do I just intialize the last 2 blocks of the array?Code:char BARRY[1][1][2][2];
example...
this is of course on a much lower scale then i need the array...but is there any way to do something similiar to that?Code:BARRY[0][0]={{2,3}, {4,5}};
(I hope i explained it well enough...)



LinkBack URL
About LinkBacks



