Content deleted Content added
Line 66:
: Two dimensional slices like <code>Slice (5 .. 20, 5 .. 20)</code> - of course since C/C++ don't support array slices to begin with you won't notice the difference. --[[User:Krischik|Krischik]] <sup>[[User_talk:Krischik|T]]</sup> 11:53, 30 January 2008 (UTC)
: The article goes far enough in allowing that c/c++ supports arrays. Essentially, "c arrays" are just pointers (with weak, compile-time type support) to chunks of memory.
== "1-Dimensional or Linear Array" makes no sense ==
|