G
Guest
Hello everyone,
Just interested to learn how C++ implements delete this statement
internally. From logical point of view, I can not imagine how to implement a
component which destroy itself.
What makes me confused is the component is relying on itself even in the
process of destroy, how could it destroys itself from itself?
thanks in advance,
George
Just interested to learn how C++ implements delete this statement
internally. From logical point of view, I can not imagine how to implement a
component which destroy itself.
What makes me confused is the component is relying on itself even in the
process of destroy, how could it destroys itself from itself?
thanks in advance,
George