Talk:Array (data structure): Difference between revisions

Content deleted Content added
SineBot (talk | contribs)
Line 67:
: 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. <span style="font-size: smaller;" class="autosigned">—Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/188.126.207.212|188.126.207.212]] ([[User talk:188.126.207.212|talk]]) 12:46, 16 March 2011 (UTC)</span><!-- Template:UnsignedIP --> <!--Autosigned by SineBot-->
 
== "1-Dimensional or Linear Array" makes no sense ==