CS202   2- ‹#›
List Example
nFor a client to create a list object:
ämain() {
ä list home_videos; //has an array of 100 videos
ä list kids_shows; //another 100 videos here...
ä
ä •••
ä
ä video out_of_site;
ä cin.get(out_of_site.title,100,’\n’);
ä cin.ignore(100,’\n’);
ä •••
ä home_videos.add(out_of_site); //use operation