Re: [OT] gcc: maximum length of an array?

2006-07-25 Thread Giorgos Keramidas
On 2006-07-27 17:02, "P.U.Kruppa" <[EMAIL PROTECTED]> wrote: >On Sun, 23 Jul 2006, Giorgos Keramidas wrote: >>On 2006-07-24 20:49, "P.U.Kruppa" <[EMAIL PROTECTED]> wrote: >>> Hi, >>> sorry for posting an [OT], but usually people on this list know >>> everything :-) >>> >>> Since I don't know too mu

Re: [OT] gcc: maximum length of an array?

2006-07-25 Thread P.U.Kruppa
On Sun, 23 Jul 2006, Giorgos Keramidas wrote: On 2006-07-24 20:49, "P.U.Kruppa" <[EMAIL PROTECTED]> wrote: Hi, sorry for posting an [OT], but usually people on this list know everything :-) Since I don't know too much about programming I am frequently fascinated by simple things like Eratosth

Re: [OT] gcc: maximum length of an array?

2006-07-25 Thread P.U.Kruppa
On Sun, 23 Jul 2006, Andrew Brampton wrote: Can you show me the line you are using to malloc with, and the lines you are using to access the array... The smallest unit you can malloc on is a byte, and if you are mallocing 1 bytes, and using each byte as a single boolean value then you

Re: [OT] gcc: maximum length of an array?

2006-07-23 Thread Giorgos Keramidas
On 2006-07-24 20:49, "P.U.Kruppa" <[EMAIL PROTECTED]> wrote: > Hi, > > sorry for posting an [OT], but usually people on this list know > everything :-) > > Since I don't know too much about programming I am frequently > fascinated by simple things like Eratosthenes' sieve. As you might > remember,