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
- RE: Possible memory problems? Stu Slack
- Re: Possible memory problems? Alan Pinstein
- Re: Possible memory problems? Steve Sabram
- Re: Possible memory problems? Neil Davidson
- Re: Possible memory problems? Kenneth Albanowski
- Re: Possible memory problems? Christopher Hunt
