在字符串中定位字符串并向前复制子字符串

时间:2018-05-25 21:43:43

标签: multithreading sockets visual-c++

cstring str1="hello world!";
cstring str2="or";

我需要在str1中找到str2并复制字符串“orld!”或者“ld!” 但在我的应用程序中,我不知道str1的内容。 你能帮忙弄明白怎么做吗?

0 个答案:

没有答案