How are 2D static arrays allocated?
    Jesse Phillips 
    jessekphillips at gmail.com
       
    Mon Nov  3 20:30:07 PST 2008
    
    
  
In C allocating a static 2D array gives a continues chunk of memory. Java 
creates an array that points to more arrays. Just wondering how D handles 
this.
    
    
More information about the Digitalmars-d-learn
mailing list