Lets say that I have a c++ class that contains two c strings like below.
class PathExample { char* partA; // Eg: "/some/folder/" char* partB; //