R. Clayton (rclayton@clayton.cs.monmouth.edu)
(no date)
If you use dynamic memory management in your programs, I will expect that you
use it correctly. In particular, if your code explicitly allocates a memory
block via new, then your code should explicitly deallocate it using delete.
Deallocating memory by exiting the program is not correct use of dynamic
memory.
This archive was generated by hypermail 2.0b3 on Fri Dec 21 2001 - 17:00:04 EST