| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 970 人关注过本帖
标题:[求助]这个该怎么改啊?
取消只看楼主 加入收藏
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
快速回复:[求助]这个该怎么改啊?
数据加载中...
 
   



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

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