开源使用者
标签
为什么允许将指针转换为引用?
2022-01-05 00:00:00
reference
pointers
casting
c++
'从 some_type** 到 const some_type** 的无效转换'
2021-12-31 00:00:00
gcc
c
compiler-errors
c++
为什么输出带有转换运算符的类不适用于 std::string?
2021-12-31 00:00:00
compiler-errors
templates
implicit-conversion
c++
错误 C2679:二进制“>>": 没有找到使用“std::string"类型的右侧操作数的运算符(或者没有可接受的转换)
2021-12-31 00:00:00
cygwin
compiler-errors
visual-c++
c++
为什么转换为指针然后取消引用?
2021-12-31 00:00:00
c
casting
c++
从‘const char*’到‘char’的无效转换
2021-12-31 00:00:00
string
compiler-errors
c++
Reinterpret_cast 与 C 风格的转换
2021-12-31 00:00:00
casting
c++
可以对内置类型使用 C 风格的强制转换吗?
2021-12-31 00:00:00
casting
c++
在 C 中将双精度转换为整数时处理溢出
2021-12-31 00:00:00
floating-point
c
casting
c++
多重继承:从 void * 转换到第二个基类后的意外结果
2021-12-31 00:00:00
gcc
multiple-inheritance
casting
c++
void-pointers
从 void* 到基类指针的转换
2021-12-31 00:00:00
casting
c++
在 C/C++ 中进行数学运算时应该对哪些变量进行类型转换?
2021-12-31 00:00:00
c
casting
c++
用于安全整数转换的 C++ 模板
2021-12-31 00:00:00
templates
casting
c++
integer-overflow
unique_ptr 的动态转换
2021-12-31 00:00:00
casting
c++
c++11
unique-ptr
smart-pointers
C/C++ 编译器如何处理具有不同值范围的类型之间的类型转换?
2021-12-31 00:00:00
c
types
casting
compiler-construction
c++
为什么将指针转换为 bool 时会出现性能警告?
2021-12-31 00:00:00
performance
casting
c++
函数调用参数中的构造函数类型转换
2021-12-31 00:00:00
casting
c++
c++11
在两个相同类的指针之间进行转换的安全性?
2021-12-31 00:00:00
pointers
casting
c++
我应该在 C 样式转换上使用 C++ reinterpret_cast 吗?
2021-12-31 00:00:00
casting
c++
reinterpret-cast
什么是动态转换的“好用"示例?
2021-12-31 00:00:00
casting
c++
rtti
dynamic-cast
«
79
80
81
82
83
84
85
86
87
88
»