Hi,
I want to create a large Array in Visual C++.
I have an array of [256][256][256] containing a 3 Byte value. It compiles, but I get an error in runtime. (Yes I know it is an array of 48 MB)
Does anyone know of a way to create a large array without the runtime errors?
thnx Pjotr
I want to create a large Array in Visual C++.
I have an array of [256][256][256] containing a 3 Byte value. It compiles, but I get an error in runtime. (Yes I know it is an array of 48 MB)
Does anyone know of a way to create a large array without the runtime errors?
thnx Pjotr