Content deleted Content added
Fresheneesz (talk | contribs) |
|||
Line 58:
== Language support ==
[[C++]]'s [[Vector (STL)|<code>std::vector</code>]] is an implementation of dynamic arrays, as are the <code>ArrayList</code> classes supplied with the [[Java (programming language)|Java]] API and the [[.NET Framework]]. The generic <code>List<></code> class supplied with version 2.0 of the .NET Framework is also implemented with dynamic arrays. [[Delphi (programming language)|Delphi]] and [[D (programming language)|D]] implements dynamic arrays at the language's core. Many scripting languages such as [[Perl]] offer dynamic arrays as a built-in primitive data type.
== See also ==
|