+ 5
how to create a dictionary in C ++ as python
4 Réponses
+ 6
Maybe you can use a std::map. Please have a look at http://www.cplusplus.com/forum/beginner/86398/
+ 5
a code like this "ages = {"Dave": 24, "Mary": 42, "John": 58}
" written in python
+ 5
thanks Alvaro
+ 2
Can you explain your question?