digitalmars.D - What is the structure of D arrays?
- Ashok (3/3) Dec 26 2009 Actually, I have another question before the one in the subject line: Ho...
- Sean Kelly (3/6) Dec 26 2009 There's one type, and its structure is described in the ABI:
- Ashok (3/9) Dec 26 2009 How wide is length? And really? There's only one array type? D's age
- Don (3/15) Dec 26 2009 Dynamic arrays are internally just a pointer and a length, so there only...
- Ashok (2/17) Dec 26 2009 I rest my case.
- Don (2/19) Dec 26 2009 I'm intrigued. What would you expect?
- Ashok (3/22) Dec 26 2009 I was being facetious. I got what I expected. I can't address your fanta...
- downs (2/26) Dec 26 2009 I have no idea what you're talking about.
- bearophile (4/5) Dec 27 2009 The good thing is that in this newsgroup there is only one troll to feed...
Actually, I have another question before the one in the subject line: How many types of arrays are there in D? THEN, I would like to know their layout/structure in memory.
Dec 26 2009
Ashok Wrote:Actually, I have another question before the one in the subject line: How many types of arrays are there in D? THEN, I would like to know their layout/structure in memory.There's one type, and its structure is described in the ABI: http://www.digitalmars.com/d/2.0/abi.html
Dec 26 2009
Sean Kelly wrote:Ashok Wrote:How wide is length? And really? There's only one array type? D's age showing!Actually, I have another question before the one in the subject line: How many types of arrays are there in D? THEN, I would like to know their layout/structure in memory.There's one type, and its structure is described in the ABI: http://www.digitalmars.com/d/2.0/abi.html
Dec 26 2009
Ashok wrote:Sean Kelly wrote:Dynamic arrays are internally just a pointer and a length, so there only needs to be one structure.Ashok Wrote:How wide is length? And really? There's only one array type? D's age showing!Actually, I have another question before the one in the subject line: How many types of arrays are there in D? THEN, I would like to know their layout/structure in memory.There's one type, and its structure is described in the ABI: http://www.digitalmars.com/d/2.0/abi.html
Dec 26 2009
Don wrote:Ashok wrote:I rest my case.Sean Kelly wrote:Dynamic arrays are internally just a pointer and a length, so there only needs to be one structure.Ashok Wrote:How wide is length? And really? There's only one array type? D's age showing!Actually, I have another question before the one in the subject line: How many types of arrays are there in D? THEN, I would like to know their layout/structure in memory.There's one type, and its structure is described in the ABI: http://www.digitalmars.com/d/2.0/abi.html
Dec 26 2009
Ashok wrote:Don wrote:I'm intrigued. What would you expect?Ashok wrote:I rest my case.Sean Kelly wrote:Dynamic arrays are internally just a pointer and a length, so there only needs to be one structure.Ashok Wrote:How wide is length? And really? There's only one array type? D's age showing!Actually, I have another question before the one in the subject line: How many types of arrays are there in D? THEN, I would like to know their layout/structure in memory.There's one type, and its structure is described in the ABI: http://www.digitalmars.com/d/2.0/abi.html
Dec 26 2009
"Don" <nospam nospam.com> wrote in message news:hh6v0a$1bc4$1 digitalmars.com...Ashok wrote:I was being facetious. I got what I expected. I can't address your fantasy.Don wrote:I'm intrigued. What would you expect?Ashok wrote:I rest my case.Sean Kelly wrote:Dynamic arrays are internally just a pointer and a length, so there only needs to be one structure.Ashok Wrote:How wide is length? And really? There's only one array type? D's age showing!Actually, I have another question before the one in the subject line: How many types of arrays are there in D? THEN, I would like to know their layout/structure in memory.There's one type, and its structure is described in the ABI: http://www.digitalmars.com/d/2.0/abi.html
Dec 26 2009
Ashok wrote:"Don" <nospam nospam.com> wrote in message news:hh6v0a$1bc4$1 digitalmars.com...I have no idea what you're talking about.Ashok wrote:I was being facetious. I got what I expected. I can't address your fantasy.Don wrote:I'm intrigued. What would you expect?Ashok wrote:I rest my case.Sean Kelly wrote:Dynamic arrays are internally just a pointer and a length, so there only needs to be one structure.Ashok Wrote:How wide is length? And really? There's only one array type? D's age showing!Actually, I have another question before the one in the subject line: How many types of arrays are there in D? THEN, I would like to know their layout/structure in memory.There's one type, and its structure is described in the ABI: http://www.digitalmars.com/d/2.0/abi.html
Dec 26 2009
downs:I have no idea what you're talking about.The good thing is that in this newsgroup there is only one troll to feed (that keeps changing name), so it's not a big burden :-) Bye, bearophile
Dec 27 2009
bearophile Wrote:downs:The one with randomly broken caps-lock? :))I have no idea what you're talking about.The good thing is that in this newsgroup there is only one troll to feed (that keeps changing name), so it's not a big burden :-) Bye, bearophile
Dec 27 2009
As if he was "bad". "bearophile" <bearophileHUGS lycos.com> wrote in message news:hh758p$1qd4$1 digitalmars.com...downs:I have no idea what you're talking about.The good thing is that in this newsgroup there is only one troll to feed (that keeps changing name), so it's not a big burden :-) Bye, bearophile
Dec 28 2009
Hello bearophile,downs:If you can call that a trolling: Troll: what color is the sky? NG: Blue, much of the time. Troll: You are so stupid. NG: ??????I have no idea what you're talking about.The good thing is that in this newsgroup there is only one troll to feed (that keeps changing name), so it's not a big burden :-) Bye, bearophile
Dec 29 2009