Konfuzzyus
Newbie
- Joined
- Oct 30, 2003
- Messages
- 97
- Reaction score
- 0
bobvodka said:the GC only really comes into effect when you have deleted something
I'm am not 100% sure, but, if I have understood the GC concept right, if you explicitly DELETE something, the GC should remain idle. The GC's job is helping sloppy programmers to keep their memory clean when they allocate memory and do not proplerly disallocate it (aka MEMORY LEAKS), which is a real bother when you start programming OO.