memory management - C++: Delete this? - Stack Overflow
Is it allowed to delete this; if the delete-statement is the last statement that will be executed on that instance of the class? Of course I'm sure that this class-instance is newly-created. I'm ... One of the reasons that C++ was designed was to make it ...