Why don't other programming languages have ranges?

BCS none at anon.com
Sat Jul 31 16:33:36 PDT 2010


Hello dsimcha,

> Oh, I forgot to mention memory allocation issues:
>
> stack overflows
> just plain running out of memory

Easy to account for

> heap fragmentation

Not so easy but if you can show the maximum size of the allocated memory 
you might be able to prove there is no allocation of the n-1 parts that doesn't 
leave a hole big enough for the nth part.

-- 
... <IXOYE><





More information about the Digitalmars-d mailing list