Friday, September 11, 2009

Errata: 14 - Multidimensional Arrays

  1. @Slide 2: declaration should be int a[3][4]; to be consistent with the table.
  2. @Slide 6: "Indeces should be from 0 to sizei-1, i = 1, 2, .., N, for all N dimensions." The original statement might mislead you in thinking that all dimension sizes are N. This statement expresses the thought more clearly.
Thanks!

No comments:

Post a Comment