CS202
2- #
2nd Constructor
δ
list::list(int size) {
my_list = new video [size];
video_list_size = size;
num_of_videos = 0;
}
δ
Notice, unlike arrays of characters, we dont
need to add one for the terminating nul!