Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I want to create a 2D array of float (float matrix[sizeA][sizeB]). The problem appears when sizeA*sizeB exceedes 16000 i.e. when I have 'float matrix[150][150]' of bigger size. I suspect that it has something to do with an array size being of type 'const int'. Any ideas how to overcome this problem? I'm using MS VC++.
Thanks
Eduonis
I want to create a 2D array of float (float matrix[sizeA][sizeB]). The problem appears when sizeA*sizeB exceedes 16000 i.e. when I have 'float matrix[150][150]' of bigger size. I suspect that it has something to do with an array size being of type 'const int'. Any ideas how to overcome this problem? I'm using MS VC++.
Thanks
Eduonis