会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
OYJJ
博客园
首页
新随笔
联系
订阅
管理
2011年4月6日
warning:deprecated conversion from string constant to 'char *'
摘要: 这样写会有warning,因为后面的程序有潜在的风险去修改strchar* str="Hello";好的习惯应该是写成这个样子:const char* str="Hello";
阅读全文
posted @ 2011-04-06 23:16 OYJJ
阅读(569)
评论(0)
推荐(0)
编辑
gcc inet_addr was not declared in this scope 解决
摘要: 缺少头文件#include <arpa/inet.h>
阅读全文
posted @ 2011-04-06 23:14 OYJJ
阅读(1479)
评论(0)
推荐(0)
编辑
公告