摘要:
没有找到MSVCR80D.dll,因此这个应用程序未能启动。重新安装应用程序可能会修复此问题 2008/08/06 15:32 From:http://msplinks.com.cn/MDFodHRwOi8vaGkuYmFpZHUuY29tL3NpbHl0L2Jsb2cvaXRlbS85Zjg0NzlhZGQ0YTJmNTBjNGIzNmQ2YTcuaHRtbA== 在VS 2005中建立Win... 阅读全文
摘要:
#include <iostream>#include <fstream>#include <string>using namespace std;void main(){ string fileName="F:\\test.txt"; size_t intPos=fileName.find_first_of("test"); string str=fileNa... 阅读全文