开源使用者
标签
如何在纯 C/C++ (cout/printf) 中显示进度指示器?
2022-01-04 00:00:00
user-interface
c
io
c++
c++11
emacs 完成或 IntelliSense 与 Visual Studio 相同
2022-01-02 00:00:00
visual-studio
intellisense
c++
emacs
C++:“……不是多态类型";使用 boost::dynamic_pointer_cast 时
2021-12-31 00:00:00
compiler-errors
c++
shared-ptr
dynamic-cast
如何输入 int64_t/uint64_t 常量?
2021-12-31 00:00:00
compiler-errors
g++
constants
c++
int64
在 C++ 中将 char 分配给 int 引用和 const int 引用
2021-12-31 00:00:00
reference
constants
casting
c++
c++03
为什么这个 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 样式转换上使用 C++ reinterpret_cast 吗?
2021-12-31 00:00:00
casting
c++
reinterpret-cast
C++ 什么时候我们应该更喜欢使用两个链接的 static_cast 而不是 reinterpret_cast
2021-12-31 00:00:00
casting
c++
static-cast
reinterpret-cast
为什么我可以在 C 中将 int 文字隐式转换为 int * 而在 C++ 中不能?
2021-12-31 00:00:00
pointers
c
casting
c++
static_cast<Derived *>(Base pointer) 是否应该给出编译时错误?
2021-12-31 00:00:00
casting
c++
如何将指针转换为 int
2021-12-31 00:00:00
pointers
casting
c++
如何从 <chrono> 获取持续时间,如 int 毫秒和浮点秒数?
2021-12-31 00:00:00
timer
c++
c++11
chrono
在 C/C++ 中将 int 转换为 bool
2021-12-31 00:00:00
c
boolean
casting
c++
为什么 unsigned int 0xFFFFFFFF 等于 int -1?
2021-12-31 00:00:00
binary
c
casting
c++
错误:从“void*"转换为“int"失去精度
2021-12-31 00:00:00
casting
c++
void-pointers
为什么不 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
我可以为任何 C++ 编译器假设 (bool)true == (int)1 吗?
2021-12-31 00:00:00
boolean
casting
c++
«
48
49
50
51
52
53
54
55
56
57
»