In <Xns94118443EDB0raf256com@213.180.128.20> "Rafal 'Raf256' Maj" <spam@raf256.com> writes:
[color=blue]
>is this group good for questions also little compiler/platform related?[/color]
Nope. What's wrong with using compiler/platform related newsgroups?
[color=blue]
>int tab[1024][1024];
>
>program with this instruction compiled undre MinGW(DevCPP) and executed
>under WinXP - crashes in this instruction. Probably due to stack overflow
>error. How can I increase stack limit? Is there some universal method for
>most C/C++ compilers ?[/color]
Nope. You can try prefixing your declaration by static, so that
the array is no longer automatically allocated. Or allocate it
dynamically, with malloc and friends.
Dan
--
Dan Pop
DESY Zeuthen, RZ group
Email:
Dan.Pop@ifh.de