问题描述
我想使用大于ARRAY [256] [256]的数组,但是
得到一个数组大小太大的错误。
我正在使用BC 3.1上的BC 3.1版本上的msdos ver 5.1.2600。
如何解决这个简单但烦人的问题。
请不要喊。
什么以及在什么情况下?如果您达到自动变量的实施限制
,请尝试动态分配。
-
Ian Collins。
请不要大喊。
什么以及在什么情况下?如果您达到自动变量的实施限制
,请尝试动态分配。
-
Ian Collins。
请不要大喊。
什么以及在什么情况下?如果您达到自动变量的实施限制
,请尝试动态分配。
-
Ian Collins。
I want to use an array of size greater than ARRAY[256][256] but am
getting an array size too large error.
I am using a BC 3.1 on msdos ver 5.1.2600 on XP.
How can i get around this simple but irritating problem.
Please don''t shout.
Array of what and in what context? If you hit an implementation limit
for automatic variables, try dynamic allocation.
--
Ian Collins.
Please don''t shout.
Array of what and in what context? If you hit an implementation limit
for automatic variables, try dynamic allocation.
--
Ian Collins.
Please don''t shout.
Array of what and in what context? If you hit an implementation limit
for automatic variables, try dynamic allocation.
--
Ian Collins.
这篇关于ARRAY SIZE太大了的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!