会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
PhiliAI
博客园
首页
新随笔
管理
2017年3月21日
C++ NULL与nullptr的区别
摘要: C与C++中空指针的区别 在C里面,由于处处都要使用指针,所以导致NULL遍布各地。我们先来看C99是怎么定义NULL的: NULL can be defined as any null pointer constant. Thus existing code can retain definiti
阅读全文
posted @ 2017-03-21 15:35 PhiliAI
阅读(27281)
评论(1)
推荐(1)
编辑