I attempted to do this using a pointer to a specific data
type, say int:
int* x;
then i created a single dimension array to hold the columns
x = new * int [10] // this gives me an error for the *
I wouldn't know any other way to create an array of
pointers?!?
then I would use a for...
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.