除了点小差错、不知道问题出在哪、来看看吧。
#include <iostream>using namespace std;
void main()
{
cout<<"shezhi";
}
运行上面的代码出现了:
Linking...
LINK : fatal error LNK1168: cannot open Debug/1.exe for writing
执行 link.exe 时出错.
//问题出在哪呀?
2012-09-04 16:56
2012-09-05 00:28
2012-09-05 00:44
2012-09-05 00:58
2012-09-05 12:20

这就是传说中的RP问题!!
2012-09-05 13:10
2012-09-14 00:13