Is there a way to make dictionaries in C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is there a way to make dictionaries in C++?

I'm making a text encryptor in C++. How can we do that?

8th May 2017, 6:31 PM
Ali Emir Kızıl
Ali Emir Kızıl - avatar
1 Answer
+ 10
You can use the std::map. See below for the reference. http://www.cplusplus.com/reference/map/map/
8th May 2017, 6:34 PM
Karl T.
Karl T. - avatar