C++ Programming and Technical

Is it legal (and moral) for a member function to say delete this?

Read Solution (Total 0)

C++ Other Question

After p = new Fred[n], how does the compiler know there are n objects to be destructed
during delete[] p?
What happens when a function throws an exception that was not specified by an exception
specification for this function?