C/C++开发问题


从 C++ 函数返回对象的正确方法是什么?
What is the proper way to return an object from a C++ function?(从 C++ 函数返回对象的正确方法是什么?)...
2023-12-02 C/C++开发问题
4

为什么在 C++11 的开发过程中变量的定义发生了变化?
Why was the definition of a variable changed during the development of C++11?(为什么在 C++11 的开发过程中变量的定义发生了变化?)...
2023-12-02 C/C++开发问题
6

为什么没有从指针到引用到 const 指针的隐式转换
why no implicit conversion from pointer to reference to const pointer(为什么没有从指针到引用到 const 指针的隐式转换)...
2023-12-02 C/C++开发问题
8

SASL 使用带有 ldap_sasl_bind_s 函数的 kerberos 凭证通过 GSSAPI 绑定
SASL bind over GSSAPI using kerberos credentials with ldap_sasl_bind_s function(SASL 使用带有 ldap_sasl_bind_s 函数的 kerberos 凭证通过 GSSAPI 绑定)...
2023-12-02 C/C++开发问题
9

在 AD 服务器上使用 winldap.h 进行 LDAP 搜索
LDAP Search with winldap.h on AD Server(在 AD 服务器上使用 winldap.h 进行 LDAP 搜索)...
2023-12-02 C/C++开发问题
6

如何使用 C++ 以编程方式更新组策略?
How to programatically update group policy with C++?(如何使用 C++ 以编程方式更新组策略?)...
2023-12-02 C/C++开发问题
8

什么头文件在 C++ 中定义了 NULL?
What header defines NULL in C++?(什么头文件在 C++ 中定义了 NULL?)...
2023-12-02 C/C++开发问题
3

为什么 NULL/0 是对象的非法内存位置?
Why is NULL/0 an illegal memory location for an object?(为什么 NULL/0 是对象的非法内存位置?)...
2023-12-02 C/C++开发问题
5

0xDEADBEEF 与 NULL
0xDEADBEEF vs. NULL(0xDEADBEEF 与 NULL)...
2023-12-02 C/C++开发问题
9

在 C++ 中使用 NULL?
Using NULL in C++?(在 C++ 中使用 NULL?)...
2023-12-02 C/C++开发问题
2

这些是空指针,还是指向地址 0 的指针?
Are these null pointers, or are they pointers to address 0?(这些是空指针,还是指向地址 0 的指针?)...
2023-12-02 C/C++开发问题
3

在 C++ 中检查空对象
Checking for a null object in C++(在 C++ 中检查空对象)...
2023-12-02 C/C++开发问题
3