摘要: 一、void*、NULL、nullptr 1、c++11中,nullptr代替(void*)0,NULL只表示0 2、代码(vs2015中结果) #include"stdafx.h" void func(void* i) { cout << "func(void* i)" << endl; } vo 阅读全文
posted @ 2021-09-29 11:21 学学学学学ll 阅读(49) 评论(0) 推荐(0)