deleting pointersHi, I've been reading through those two links and I can't really see an answer to my question :S ...
deleting pointersah, I see . Thanks. What if you had static pointers? wouldn't that cause issues? and what's with ...
deleting pointersthanks, so should we ever delete pointers themselves anyway? They would take up space too wouldn't t...
deleting pointers Hi, if I have code like this: void main() { int *pPointer = new int; *pPointer = 25; ...
starting C++ .. not a total code "noob" Thanks , I will check those out :) I just started to port some of my python code to C++;' hopef...
This user does not accept Private Messages