开源使用者
标签
删除 NULL 指针是否安全?
2022-01-30 00:00:00
pointers
memory-management
c++
null-pointer
delete-operator
使用迭代最近点 (ICP) 时如何在点云库 (PCL) 中标记 NULL 数据
2022-01-24 00:00:00
iteration
3d
c++
point-cloud-library
point-clouds
if (NULL == pointer) 与 if (pointer == NULL) 有什么区别?
2022-01-20 00:00:00
coding-style
conditional-statements
c++
将 `nullptr` 分配给 `bool` 类型.哪个编译器是正确的?
2022-01-19 00:00:00
gcc
boolean
clang
c++
nullptr
在 C++ 中,是“返回".与“返回NULL"相同吗?
2022-01-19 00:00:00
return
null
c++
构造函数可以返回 NULL 值吗?
2022-01-19 00:00:00
return
constructor
null
c++
将字符串初始化为 null 与空字符串
2022-01-19 00:00:00
string
initialization
c++
列表初始化的 char 数组是否仍以 null 结尾?
2022-01-12 00:00:00
pointers
char
c++
CWnd::CreateDlgIndirect 离开 m_hWnd==NULL
2022-01-12 00:00:00
winapi
c++
mfc
使用 nullptr 有什么好处?
2022-01-06 00:00:00
null
c++
c++11
c++-faq
nullptr
在 c++0x 中删除 nullptr 仍然安全吗?
2022-01-06 00:00:00
null
language-lawyer
c++
delete-operator
在 C 或 C++ 中,我应该根据 NULL/nullptr 检查指针参数吗?
2022-01-06 00:00:00
null
c
c++
错误:未在此范围内声明“NULL"
2022-01-06 00:00:00
gcc
pointers
null
c++
你在 C++ 中使用 NULL 还是 0(零)作为指针?
2022-01-06 00:00:00
null
c++
我可以使用 NULL 代替 0 的值吗?
2022-01-06 00:00:00
pointers
null
c
language-lawyer
c++
在 C++ 中使用 NULL?
2022-01-06 00:00:00
null
c++
0xDEADBEEF 与 NULL
2022-01-06 00:00:00
pointers
null
c
c++
为什么 NULL/0 是对象的非法内存位置?
2022-01-06 00:00:00
null
c
memory-management
c++
什么头文件在 C++ 中定义了 NULL?
2022-01-06 00:00:00
null
c++
是否有一个相当于 NullPointerException 的 C++
2022-01-05 00:00:00
c++
nullpointerexception
«
14
15
16
17
18
19
20
21
22
23
»