Вход на сайт
Вопрос по С
157 просмотров
Перейти к просмотру всей ветки
в ответ voxel3d 14.10.04 01:02
Вот что я вычитал в нете про локальный array:
First, this allocates the array on the stack, which has a very limited size on most operating systems (declaring an array with more than a few thousand elements will often cause a crash).
теперь немного поясняется
First, this allocates the array on the stack, which has a very limited size on most operating systems (declaring an array with more than a few thousand elements will often cause a crash).
теперь немного поясняется
