Deallocating memory with only the address of the dataWouldn't that also mean that if I re-allocate the array there is a potential crash (or memory leak) ...
Deallocating memory with only the address of the data>>That is really the job of the OS. You just have to make sure you delete everything you new, and th...
Deallocating memory with only the address of the dataAhh! I wasn't sure simply calling delete on it would work. I admit that I have no clue what new a...
Deallocating memory with only the address of the dataI'm "reverse engineering" a game (Neverwinter Nights) as part of a project that hooks into the game ...
This user does not accept Private Messages