How to return itself object?Oh. Sorry, I mean debugger. Nothing special on MyClass [code] Myclass () { int a; int b; } [/...
How to return itself object?Debugger say it's access violation on runtime. [code] MyClass &MyClass::operator = (const MyClass &...
Is it safe to delete[] of NULL?OK, I back to delete[] on no condition. lol
Is it safe to delete[] of NULL?OK. Thanks.
Is it safe to delete[] of NULL?[code] int *p = NULL; delete[] p; [/code]
This user does not accept Private Messages