CS202   2- ‹#›
Dynamic Memory w/ Classes
nBut, what if we didn’t want to waste memory for the title (100 characters may be way too big (Big, with Tom Hanks)
nSo, let’s change our video structure to include a dynamically allocated array:
–struct video {
nchar * title;
nchar category[5];
nint quantity;
n};
n