Quoting Peter Teuben <[EMAIL PROTECTED]>:
> On Thu, 7 Jul 2005 [EMAIL PROTECTED] wrote:
>
> >
> > Well, I need to work with large arrays that must be share by several
> classes. I
> > new into C/Objective-C. I'm a Fortran programmer. THere, I used to work
> with
> > dynamic allocation of memory.
On Jul 6, 2005, at 11:38 PM, [EMAIL PROTECTED] wrote:
Could you please tell me how can I work with large arrays in
C/Objective-C. My
compiler (gcc) can not handle, for example, the following array
a[15][150][9][197], which is not too big. If I reduce the size to
a[15][150][9][19], for example,
On Wed, 6 Jul 2005 [EMAIL PROTECTED] wrote:
>
>
> Could you please tell me how can I work with large arrays in C/Objective-C. My
> compiler (gcc) can not handle, for example, the following array
> a[15][150][9][197], which is not too big. If I reduce the size to
> a[15][150][9][19], for example,