Hi there,

I'm new to C/C++ and i encountered a Problem which i didn't found solved either in this forum nor on my books i have here.
I have a file with vectorcoords (3 floats in a row).
Unfortunatly the filesize is unknown, so it can be 3 rows long or 50 rows long.

So i need a global multidim arrayclass in which i can redefine the size of both dimensions.
Anyone a good flexible idea/codepiece?

Thanks in advance!
Jan