c++11中的nullptr
摘要:
由于c++语法比较严格,所以不允许void*类型的指针隐式类型转换给其他类型指针,所以在c++中必须进行强转才行,不然语法错误,因为要兼容c,所以c++中把NULL定义为0,nullptr定义为(void*)0; 阅读全文
posted @ 2021-04-23 23:20 年轻人的努力 阅读(36) 评论(0) 推荐(0) 编辑
2021年4月23日 #
posted @ 2021-04-23 23:20 年轻人的努力 阅读(36) 评论(0) 推荐(0) 编辑
posted @ 2021-04-23 16:19 年轻人的努力 阅读(58) 评论(0) 推荐(0) 编辑