+ 1

How to make a dictionary using c++ code

Looking for the source code ( functions and array and classes)

18th Dec 2018, 12:08 PM
hlayisani lebombo
hlayisani lebombo - avatar
2 ответов
+ 3
You could use map. Check this example: https://code.sololearn.com/cCT8BfAKYUVZ/?ref=app
18th Dec 2018, 3:10 PM
Javier Felipe Toribio
Javier Felipe Toribio - avatar
+ 2
You can use directly map from standard c++ or if you want you can take a look at boost library : https://www.boost.org/doc/libs/1_37_0/doc/html/unordered.html
18th Dec 2018, 7:49 PM
Adrian
Adrian - avatar