On Friday, Oct 29, 2004, at 22:47 Europe/Samara, Dmitriy Kuvshinov wrote:
How i can declare and use arrary of arrays with dimensions of [640][480]
the problem seems in stack segment size. use either static ma[640][480] or dynamically allocated variables (malloc/free). sorry to other mailing list members, i'll use russian here since its native to Dmitriy.
не каждая система позволит создать в стеке автоматическую переменную размером 4 мегабайта (sizeof(double)*640*480). используй либо статические, либо динамические переменные.
-- rnd, animated dead.