what is a container class?

what is a container class and how do you use one
Anyway I'm making BlackJack in console, I now thinking whether there would be a way to let me store all my data inside a container class
Are you talking about vectors and such?
http://www.cplusplus.com/reference/stl/
I just simply mean the whole aspect of container classes, I'm just left asking myself how can they be practically used.

I means for example, how could I used them in my Black Jack coursework were I've got 52 cards
You can use them to hold your cards. That's what they're for.
how could I initialise one
Topic archived. No new replies allowed.