sahme73 / CrossPlatformCPPTemplate

a template for building platform/compiler independent cpp software
0 stars 0 forks source link

Implement smart pointers #3

Open sahme73 opened 7 months ago

sahme73 commented 7 months ago

Replace pointer creation/deletion via new/delete with smart pointers, and/or add support for both versions depending on the C++ standard desired by the developer -- this ticket can be split if scope is too large.

sahme73 commented 7 months ago

Specifically, the code where pointers need to be replaced/modified is in include/BaseFactory.h and src/main.cpp.