开源使用者
标签
为什么这个 reinterpret_cast 不能编译?
2021-12-31 00:00:00
casting
c++
reinterpret-cast
当两个链接的 static_cast 可以完成它的工作时,为什么我们在 C++ 中有 reinterpret_cast ?
2021-12-31 00:00:00
casting
c++
static-cast
reinterpret-cast
Reinterpret_cast 与 C 风格的转换
2021-12-31 00:00:00
casting
c++
用于类比较的 C++ dynamic_cast 与 typeid
2021-12-31 00:00:00
casting
c++
我应该在 C 样式转换上使用 C++ reinterpret_cast 吗?
2021-12-31 00:00:00
casting
c++
reinterpret-cast
什么可能导致 dynamic_cast 崩溃?
2021-12-31 00:00:00
casting
crash
c++
dynamic-cast
C++ 什么时候我们应该更喜欢使用两个链接的 static_cast 而不是 reinterpret_cast
2021-12-31 00:00:00
casting
c++
static-cast
reinterpret-cast
static_cast<Derived *>(Base pointer) 是否应该给出编译时错误?
2021-12-31 00:00:00
casting
c++
const_cast 与 static_cast
2021-12-31 00:00:00
constants
casting
implicit-conversion
c++
const_cast 安全吗?
2021-12-31 00:00:00
casting
c++
const-cast
static_cast<> 和 static_cast<> 和有什么区别?和 C 风格的铸造?
2021-12-31 00:00:00
casting
c++
static-cast
C++ 中的 dynamic_cast 和 static_cast
2021-12-31 00:00:00
casting
c++
dynamic-cast
为什么不 reinterpret_cast 强制 copy_n 用于相同大小类型之间的转换?
2021-12-31 00:00:00
复制
binary
casting
c++
reinterpret-cast
通过 void* 进行转换,而不是使用 reinterpret_cast
2021-12-31 00:00:00
language-lawyer
casting
c++
reinterpret-cast
void-pointers
使用带有引用和指针的 dynamic_cast 时的行为差异
2021-12-31 00:00:00
casting
c++
dynamic-cast
如果从不通过它们修改对实际 const 对象的引用,是否允许 const-casting 掉其常量性?
2021-12-31 00:00:00
language-lawyer
constants
interface
c++
“this"的dynamic_cast内部构造函数
2021-12-30 00:00:00
multiple-inheritance
constructor
this
c++
dynamic-cast
什么是 uint_fast32_t,为什么要使用它而不是常规的 int 和 uint32_t?
2021-12-25 00:00:00
c
types
c++
在 C++ 中使用 boost::lexical_cast 将双精度转换为字符串?
2021-12-24 00:00:00
string
c++
boost
static_cast 和 Implicit_cast 有什么区别?
2021-12-24 00:00:00
c++
boost
static-cast
boost-implicit-cast
«
7
8
9
10
11
12
13
14
15
16
»