User: ElMatador

  • Public profile

User profile: ElMatador

User info
User name:ElMatador
History
Joined:
Number of posts:6
Latest posts:

deleting pointers
Hi, I've been reading through those two links and I can't really see an answer to my question :S ...

deleting pointers
ah, I see . Thanks. What if you had static pointers? wouldn't that cause issues? and what's with ...

deleting pointers
thanks, 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