Hello Everybody!
I am a newbie in c++. I want to create a simple application that insert, search and displays data. And I am planning to use an STL Container.
What kind of STL Container am I going to use that stores 3 different data types?
example: int, bool, double
Thank you
I am a newbie in c++. I want to create a simple application that insert, search and displays data. And I am planning to use an STL Container.
What kind of STL Container am I going to use that stores 3 different data types?
example: int, bool, double
Thank you
Comment