Talk:Array (data structure): Difference between revisions

Content deleted Content added
Beej71 (talk | contribs)
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]]&nbsp;<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 ==