// 更改后缀名.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "iostream"
#include "windows.h"
using namespace std;
int main(int argc, _TCHAR* argv[])
{
cout << "";
system; "ren ().txt ().doc ";
return 0;
}
不是错误,是警告,可以忽略。修改的话,将int main后面括号中的内容删掉,因为程序中没有用到,所以会提出警告。