【发布时间】:2013-11-25 13:41:01
【问题描述】:
我得到:
LINK : 致命错误 LNK1104: 无法打开文件 '\nexpdc\twalz$\Visual Studio 2010\Projects\Project1\Debug\Mine.exe'
为类运行以下内容时:
# include <iostream>
using namespace std;
int main(){
int age;
cout << "What is your age?" ;
cin >> age ;
cout << age ;
return 0 ;
}
怎么了?任何帮助都会很棒。我正在使用 Microsoft Visual C++ 2010 Express。
谢谢,
托尼
【问题讨论】:
-
在构建过程中您是否有该程序的副本已在运行?
标签: c++