RosettaCodeData/Task/Associative-array-Creation/C++/associative-array-creation-5.cpp

4 lines
67 B
C++
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
int myKey = 7;
double myValue = 3.14;
exampleMap[myKey] = myValue;