文章列表
Efficient unsigned-to-signed cast avoiding implementation-defined behavior(有效的无符号到有符号转换避免实现定义的行为)
Why unsigned int 0xFFFFFFFF is equal to int -1?(为什么 unsigned int 0xFFFFFFFF 等于 int -1?)
error: cast from #39;void*#39; to #39;int#39; loses precision(错误:从“void*转换为“int失去精度)
Function pointers casting in C++(C++中的函数指针转换)
C++ class member function pointer to function pointer(C++类成员函数指针到函数指针)
Can a cast operator be explicit?(强制转换运算符可以是显式的吗?)
casting via void* instead of using reinterpret_cast(通过 void* 进行转换,而不是使用 reinterpret_cast)
Difference in behavior while using dynamic_cast with reference and pointers(使用带有引用和指针的 dynamic_cast 时的行为差异)
(Re)Using std::algorithms with non-standard containers((重新)在非标准容器中使用 std::algorithms)
Is const_cast safe?(const_cast 安全吗?)