www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Re: The Thermopylae excerpt of TDPL available online

reply Manuel <manuel.peinado NOgmailSPAM.com> writes:
Andrei Alexandrescu Wrote:

 
 Any feedback is welcome. Thanks!
 
 

Thanks Andrei, that was an excellent read. Some comments: Page 102, line 23. I'm not a native English speaker, but it seems like you're missing a "such" in the sentence "there is a thing as a" Page 116, line 13: shouldn't "array" be defined as "= void", for efficiency? Section 4.3: As someone who is new to D, I would like to see an example involving a multidimensional array in which all dimensions are fixed. Something like int a[3][2] = [ ??? ];
Oct 29 2009
parent Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
Manuel wrote:
 Andrei Alexandrescu Wrote:
 
 Any feedback is welcome. Thanks!

Thanks Andrei, that was an excellent read. Some comments: Page 102, line 23. I'm not a native English speaker, but it seems like you're missing a "such" in the sentence "there is a thing as a" Page 116, line 13: shouldn't "array" be defined as "= void", for efficiency? Section 4.3: As someone who is new to D, I would like to see an example involving a multidimensional array in which all dimensions are fixed. Something like int a[3][2] = [ ??? ];

Great feedback, thank you! Andrei
Oct 29 2009