Hello, i found that the following program gives an error, why ?
is there any limit in the size of variables ?
main () {
int i;
float jajaja[1000000][300];
i=1;
sleep(1);
}
i tried it compiling with gcc on as linux pc and a digital unix4 machines,
and it only worked using the cc dec compiler,
Rafa
- Re: Big variables problem Rafael Marco de Lucas
- Re: Big variables problem linas
- Re: Big variables problem (limited stack si... Dr. Michael Weller
- Re: Big variables problem (limited stac... Herbert Xu
- Re: Big variables problem (limited stac... linas
- Re: Big variables problem (limited ... Wolfram Gloger
