Content deleted Content added
m ISBN formatting &/or general fixes using AWB |
→Language support: adding link |
||
Line 55:
== 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. Many scripting languages such as [[Perl]] offer dynamic arrays as a built-in primitive data type.
== See also ==
|