container

Hi . I want to write a program that insert 52 integer into a container. How can I start with first step?

Thanks for Help.
Start with either arrays, vectors, or structs/classes. Any of the previous methods will allow you to store 52 integers.
Topic archived. No new replies allowed.