Content deleted Content added
No edit summary |
|||
Line 55:
== Language support ==
[[C++]]'s <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.
== References ==
|