Convert raw pointers to "smart" pointers where applicable
Opened this issue · 0 comments
RichieSams commented
As the title says, I wish to convert most of the pointers in the project to smart/shared/COM/ etc. pointers. This is an industry standard and I should get on it. It helps a ton with memory management.