没有找到MSVCR80D.dll(转载)
摘要: 没有找到MSVCR80D.dll,因此这个应用程序未能启动。重新安装应用程序可能会修复此问题 2008/08/06 15:32 From:http://msplinks.com.cn/MDFodHRwOi8vaGkuYmFpZHUuY29tL3NpbHl0L2Jsb2cvaXRlbS85Zjg0NzlhZGQ0YTJmNTBjNGIzNmQ2YTcuaHRtbA== 在VS 2005中建立Win...
阅读全文
posted @
2009-06-20 23:24 AlexusLi 阅读(269) |
评论 (0) 编辑
C++ 文件读于写
摘要: #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...
阅读全文
posted @
2009-06-20 23:23 AlexusLi 阅读(90) |
评论 (1) 编辑