Click here to Skip to main content
15,893,790 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am a beginner programmer ... I've got to make dictionary in my project. Where should i start from ?
Posted
Comments
chandanadhikari 6-Jul-15 7:38am    
hi,
just wanted to add that you can add your own std containers also or add to the functionality of existing ones. once you are comforatble and more experienced with c++, then you can check following links:

http://www.drdobbs.com/custom-containers-iterators-for-stl-fri/184401929

http://www.techrepublic.com/article/extending-the-c-plus-plus-stl-with-custom-containers/

1 solution

Try std::map<std::string,std::string>

Here is an article explaining the use of std::map : http://www.cprogramming.com/tutorial/stl/stlmap.html[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900