I'm making some null-terminated string operations, and for one of me operations
i need de replace a part of the string with another string. Does there exist a standard C++ function to replace a substring of a null-terminated string with another null-terminated string??