1. allocating a local structure ??
- Posted by Bernie Ryan <bwryan at PCOM.NET> Aug 07, 1999
- 390 views
If you allocate memory inside of a function is that memory released automatically when you leave that function ? Bernie
2. Re: allocating a local structure ??
- Posted by David Cuny <dcuny at LANSET.COM> Aug 07, 1999
- 394 views
Bernie asked: > If you allocate memory inside of a function is > that memory released automatically when you > leave that function? Irv asked that a couple days ago regarding GraphApp. The short answer is no. -- David Cuny