(No Title)
Time for me to eat some crow.
One of the first things I decided when I began this programming project was that “C++ string types are for wussies. I’m using char arrays…like all REAL MEN do.”
Yeah, then I found out the C++ standard library provides std::string types that do all the horrible searching, replacing, and deleting I need with no trouble. So, I’m currently converting all my code.
Sigh. Well, I am humbled and more educated.