Array size limits
From: Carol Depore (nobody_at_nowhere.com)
Date: 08/31/04
- Next message: Paul Hsieh: "Re: Two Questions about "strlen", "strcat" and "strcpy""
- Previous message: Brian Inglis: "Re: addresses and integers"
- Next in thread: Jack Klein: "Re: Array size limits"
- Reply: Jack Klein: "Re: Array size limits"
- Reply: Ben Pfaff: "Re: Array size limits"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 31 Aug 2004 02:08:08 GMT
How do I determine the maximum array size?
For example, int a[10000] works, but a[10000000] does not (run time
error).
Thank you.
- Next message: Paul Hsieh: "Re: Two Questions about "strlen", "strcat" and "strcpy""
- Previous message: Brian Inglis: "Re: addresses and integers"
- Next in thread: Jack Klein: "Re: Array size limits"
- Reply: Jack Klein: "Re: Array size limits"
- Reply: Ben Pfaff: "Re: Array size limits"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]