class returning garbage strings in C with Classes (pre-C++98 spec)
As the title says, my class is returning garbage strings and I can’t figure out where the problem is. Note that this code is C with Classes, so the code has some C++ features, but specifically no namespaces (i.e. no std::string).