'code too large' error with 2D array
From: Mac (lojurk_at_wp.pl)
Date: 10/31/03
- Previous message: Chris Smith: "Re: Time difference between Java and C"
- Next in thread: Anthony Borla: "Re: 'code too large' error with 2D array"
- Reply: Anthony Borla: "Re: 'code too large' error with 2D array"
- Reply: Thomas Schodt: "Re: 'code too large' error with 2D array"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Oct 2003 23:48:34 -0800
Hi!. I've got following problem. The matter concerns 2D array
filled with ints. Size: no of rows: 2000, no. of columns: 20.
I have to process it in whole piece at one runtime
cycle of the program. But here comes my problem.
On my pasting the whole array into the code of it, then
compiling, I get following error:
' Error no. 5. Code too large'.
Tried to change the type of the array to long but
to no avail. Everything works fine up to:
no. of rows: 400 and no. of columns: 20.
What's going on?. Can I get around it somehow?.
I think about puting the array into separate file or
groups of files(text file?) but how to put
it inside the program?. Maybe there is some other
easier solution?.
- Previous message: Chris Smith: "Re: Time difference between Java and C"
- Next in thread: Anthony Borla: "Re: 'code too large' error with 2D array"
- Reply: Anthony Borla: "Re: 'code too large' error with 2D array"
- Reply: Thomas Schodt: "Re: 'code too large' error with 2D array"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|