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

Content deleted Content added
C++: The C++03 way of inserting elements in a map was not the way we should do it and TR1 is dead, long life C++11
C++: Orthograph
Line 99:
</source>
 
Or less efficiently as it creates temporariestemporary <code>std::string</code> values:
<source lang=Cpp>
#include <map>