Finding some text and replacing it with new text within a C string can be a little trickier than expected. I am searching for an algorithm which is fast, and that has a smal
Using std::string (from ) you can simply use find and replace.
Edit: Touché. This is for C++ only.
Is this any good to you? http://www.daniweb.com/forums/thread51976.html