Hi,

> Try allocating the array like this:
> 
> Film* filmArray = new Film[Max_Film_Num];
> 
> Don't forget to explicitly delete the array as well...

Sorry to be such an annoying newbie, but how do I explicitly delete it?

And how do I "dynamically allocate" room for the name etc fields, rather
than declare char name[50] for example?

Many thanks (again),

Neil


Reply via email to