If I have a factory, that creates an object and returns a pointer to it, what will be a better way to delete it:
By delete call in the \"user\" code, or by
delete
The best way to delete it manually would be not at all.