标题:[求助]这个该怎么改啊?
取消只看楼主
27149
Rank: 1
等 级:新手上路
帖 子:39
专家分:0
注 册:2005-5-16
 问题点数:0 回复次数:0 
[求助]这个该怎么改啊?

# include <iostream.h> void main() { cout<<"sizeof(char)=" <<sizeof(char)<<endl <<"sizeof(int)=" <<sizeof(int)<<endl <<"sizeof(unsigned)=" <<sizeof(unsigned int)=<<endl <<"sizeof(long)=" <<sizeof(long int)<<endl; } -------------------Configuration: 1 - Win32 Debug-------------------- Compiling... 1.cpp G:\c++练习区\1\1.cpp(9) : error C2059: syntax error : '<<' Error executing cl.exe.

1.exe - 1 error(s), 0 warning(s) 该怎么改啊?

搜索更多相关主题的帖子: include warning 
2005-06-02 22:06



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-19950-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.066570 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved