+ 1
How to make a dictionary using c++ code
Looking for the source code ( functions and array and classes)
2 Réponses
+ 3
You could use map. Check this example:
https://code.sololearn.com/cCT8BfAKYUVZ/?ref=app
+ 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