我们刚开始学习C++,用的 是MinGWStudio 这个编译器
不知道为什么 连抄个书上的 程序 它都叫有问题
大家看下最简单的 :
#include<iostream>
using namespace std;
int main()
{
cout << "Hello,World! I am"
<< 8 << "Today!"<<endl;
}/
错误信息:
--------------------Configuration: myprogram - Debug--------------------
Compiling source file(s)...
Hello.cpp
In file included from C:\MinGW\include\c++\3.2.3\bits\locale_facets.tcc:43,
from C:\MinGW\include\c++\3.2.3\locale:46,
from C:\MinGW\include\c++\3.2.3\bits\ostream.tcc:37,
from C:\MinGW\include\c++\3.2.3\ostream:275,
from C:\MinGW\include\c++\3.2.3\iostream:45,
from Hello.cpp:1:
C:\MinGW\include\c++\3.2.3\limits:48:29: bits\cpu_limits.h: No such file or directory
myprogram.exe - 1 error(s), 0 warning(s)
大家帮忙看下 好吗?
谢谢了