开源使用者
标签
AFX_MANAGE_STATE(AfxGetStaticModuleState()) 究竟做了什么
2022-01-12 00:00:00
c++
mfc
在 static_assert() 编译时显示整数
2022-01-11 00:00:00
integer
macros
c++
c++11
static-assert
如何用宏做static_assert?
2022-01-11 00:00:00
macros
g++
c++
static-assert
c++98
如何在头文件中定义 const static std::string?
2022-01-11 00:00:00
static
header
constants
c++
我什么时候应该在非成员函数之前写关键字'static'?
2022-01-11 00:00:00
static
linker
c++
我什么时候会在 C++ 中使用 const volatile、register volatile、static volatile?
2022-01-05 00:00:00
static
constants
c++
volatile
是否存在 static_warning?
2022-01-05 00:00:00
static
c++
compiler-warnings
弃用 static 关键字...不再使用?
2022-01-05 00:00:00
static
standards
c++
c++11
我什么时候应该在非成员函数之前写关键字“static"?
2022-01-05 00:00:00
static
linker
c++
static_cast<T> 是什么?对 T& 做些什么?
2021-12-31 00:00:00
reference
casting
c++
static-cast
rvalue
当两个链接的 static_cast 可以完成它的工作时,为什么我们在 C++ 中有 reinterpret_cast ?
2021-12-31 00:00:00
casting
c++
static-cast
reinterpret-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++
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
在 Windows 上使用 Boost_USE_STATIC_LIB OFF 链接 boost 库
2021-12-24 00:00:00
cmake
c++
boost
visual-studio-2013
dynamic-linking
static_cast 和 Implicit_cast 有什么区别?
2021-12-24 00:00:00
c++
boost
static-cast
boost-implicit-cast
BOOST_STATIC_ASSERT 没有提升
2021-12-24 00:00:00
replace
c++
boost
static-assert
static_cast 和 reinterpret_cast 有什么区别?
2021-12-23 00:00:00
c
struct
casting
c++
«
1
2
3
4
5
»