标签: multithreading sockets visual-c++
cstring str1="hello world!"; cstring str2="or";
我需要在str1中找到str2并复制字符串“orld!”或者“ld!” 但在我的应用程序中,我不知道str1的内容。 你能帮忙弄明白怎么做吗?