Comparison of programming languages (associative array): Difference between revisions

Content deleted Content added
+link
Line 111:
 
===C++===
[[C++]] also has a form of associative array called [[map (C++)|<code>std::map</code>]] (see [[Standard Template Library#Containers]]). One could create a map with the same information as above using C++ with the following code:
 
<source lang="cpp">