Is there a way to make dictionaries in C++? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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 ответ
+ 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