QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 708|回复: 2

这些是什么错误??我都是照书编的阿

[复制链接]
发表于 2003-6-5 19:46:24 | 显示全部楼层 |阅读模式
--------------------Configuration: Cpp1 - Win32 Debug--------------------
Compiling...
Cpp1.cpp
D:\c++\Cpp1.cpp(10) : error C2065: 'cout' : undeclared identifier
D:\c++\Cpp1.cpp(10) : error C2297: '<<' : illegal, right operand has type 'char [6]'
D:\c++\Cpp1.cpp(11) : error C2297: '<<' : illegal, right operand has type 'char [25]'
D:\c++\Cpp1.cpp(11) : error C2065: 'endl' : undeclared identifier
D:\c++\Cpp1.cpp(12) : error C2297: '<<' : illegal, right operand has type 'char [6]'
D:\c++\Cpp1.cpp(13) : error C2297: '<<' : illegal, right operand has type 'char [25]'
D:\c++\Cpp1.cpp(17) : error C2297: '<<' : illegal, right operand has type 'char [6]'
D:\c++\Cpp1.cpp(1 : error C2297: '>>' : illegal, right operand has type 'char [25]'
D:\c++\Cpp1.cpp(19) : error C2297: '<<' : illegal, right operand has type 'char [6]'
D:\c++\Cpp1.cpp(20) : error C2297: '>>' : illegal, right operand has type 'char [25]'
Error executing cl.exe.

Cpp1.obj - 10 error(s), 0 warning(s)

我用的是visual c++ 6.0
发表于 2003-6-6 21:47:41 | 显示全部楼层
晕,起码把源代码贴出来吧
不过多半是命名空间的问题,如果include的是<iostream>,也就说不带.h的话,那么要用这么一句话的
using namespace std;
回复

使用道具 举报

发表于 2003-6-7 03:21:15 | 显示全部楼层
需要代码和你操作的步骤。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-15 18:24 , Processed in 0.051156 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表