News

This doesn't work. I'd like it to work. I realize Replace() (or whatever the C# equiv is) would be better suited to this, I'm trying to get the hang...private string strOutput;public string ToODBC ...
Everything is going fine, except I need a way to find a substring within a std::string. find, rfind, find_first_of, and the related functions will only return if they find any portion of thier ...