hi, 
im currently try to build a 3d array (array with three index) but the size is 
'user defined'. 
so in the header file, i declare a pointer to pointer to pointer to int 
int *** array;
but im confused how to set it in the cpp file (setting the data). i've tried 
this: 
objectMapList = new int[xRes][yRes][squareLimit];
with xRes, yRes, and squareLimit is a user defined variable. but it does not 
work. any idea?

thanks in advance :)


================================= 
http://www.svnstrk.blogspot.com  
=================================


      

[Non-text portions of this message have been removed]

Reply via email to