Classes Should have destructor replaced by custom method
3D multi-tool program
Brought to you by:
jonasapessos
Originally created by: JonasApessos
Classes Should have destructor replaced by custom method in order to force heap allocation using new or malloc. The destruction should happen automatically by a manager and not the application or the user. The RAII method should be followed but with our control, not be in the mercy of the application or user.