Relative Content

Tag Archive for c++dosretro-computing

class returning garbage strings in C++

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).