编写程序时,总是出现错误提示,但程序本身没问题,请高手帮忙解决,谢谢
我在编写一个程序#include <iostream>
int main()
{
std::cout<<"Ilove c++\\n";
int x;
std::cin>>x;
std::cout<<x;
return 0;
}
还是出现错误,好像是路径方面,请各位高手告诉我该如何解决;错误提示如下:
--------------------Configuration: 12 - Win32 Debug--------------------
Compiling...
12.cpp
c:\program files (x86)\microsoft visual studio\myprojects\12\12.cpp(2) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 1786)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
Error executing cl.exe.
12.exe - 1 error(s), 0 warning(s)