![]() |
#2
songying2007-10-28 20:24
|
#include <stdafx>
#include <string>
usint namespace std;
int main(){
string strinfo="Please input your name:";
cout<<strinfo ;
cin>>strinfo;
return 0;
}
为什么结果编译出了问题:fatal error C1010: unexpected end of file while looking for precompiled header directive
执行 cl.exe 时出错.
希望高手指点,谢谢!