Re: how to organize my main file ?
- From: santosh <santosh.k83@xxxxxxxxx>
- Date: Tue, 17 Jun 2008 23:42:19 +0530
pereges wrote:
I have another question: Is it ok to write a function to destroy all
the objects(Its not just a simple 'free' call btw, there are lists
within objects which must be destroyed first)
I assume you will be calling such a function either just before program
termination or after a major task has been completed. As long as it
does not free memory still in use, or try to free nonexistent memory,
it should be functionally okay. Whether such a strategy will suit your
application depends on many other factors.
.
- Follow-Ups:
- Re: how to organize my main file ?
- From: pereges
- Re: how to organize my main file ?
- References:
- how to organize my main file ?
- From: pereges
- Re: how to organize my main file ?
- From: pereges
- how to organize my main file ?
- Prev by Date: Re: how to organize my main file ?
- Next by Date: Re: how to organize my main file ?
- Previous by thread: Re: how to organize my main file ?
- Next by thread: Re: how to organize my main file ?
- Index(es):