会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
陶然亭
It's hard, but there is hope!
博客园
首页
新随笔
联系
管理
订阅
2014年9月15日
char str[]和char *str的区别
摘要: 1、http://blog.csdn.net/szchtx/article/details/10396149 char ss[]="C++"; ss[0]='c'; // 合法 char *p="C++"; p[0]='c'; // 合法但不正确 该段代码在VS2010下编译可以通过,但是运...
阅读全文
posted @ 2014-09-15 15:39 ITtecman
阅读(3151)
评论(0)
推荐(0)
编辑
公告