Hello,
I am having some trouble using multidimensional arrays with pointers. I am able to create the array whatever size I want with this code from http://community.borland.com/article/0,1410,17224,00.html
float (*temp)[3];
temp = new float[2][3];
temp[0][0] = 2.345...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.