...Studio Warnings/Errors for strcpy, sprintf, and strdup
using string:: c_str() function results in a pointer to non-modifiable data, thus setting extStr equal to it is not possible. Additionally, it is unclear if delete needs to be called on the c_str() pointer later, as