标题:代码运行不出?
取消只看楼主
shfe
Rank: 1
等 级:新手上路
帖 子:17
专家分:5
注 册:2013-2-24
结帖率:66.67%
已结贴  问题点数:5 回复次数:0 
代码运行不出?
#include <iostream>
#include <string.h>
using namespace std;
int main()
{
cout<<"The length of " ulysses "is:\t";
cout<<strlen("ulysses");
cout<<'\n';

cout<<"The size of "ulysses" is:\t";
cout<<sizeof("ulysses");
cout<<endl;
}
搜索更多相关主题的帖子: namespace include 
2013-04-16 16:57



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




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

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