开源使用者
标签
C++11 允许对非静态和非常量成员进行类内初始化.发生了什么变化?
2022-01-18 00:00:00
class
initialization
c++
c++11
class-members
修改 std::set 的元素时会发生什么?
2022-01-17 00:00:00
set
collections
c++
stl
当强制转换的指针具有增量运算符时会发生什么?
2022-01-17 00:00:00
pointers
c
compiler-construction
programming-languages
c++
从 int 到 float 并返回时符号发生变化
2022-01-13 00:00:00
floating-point
type-conversion
ieee-754
c++
twos-complement
如果我为无符号变量分配负值会发生什么?
2022-01-12 00:00:00
integer
type-conversion
unsigned
signed
c++
错误请 #define _AFXDLL 或不使用/MD[d] 即使在项目属性中进行更改后也会发生
2022-01-12 00:00:00
dll
visual-c++
mfc
如何避免与 Windows 头文件中定义的宏发生名称冲突?
2022-01-11 00:00:00
windows
collision
macros
c++
静态库的全局变量的静态初始化和销毁??不会在 g++ 中发生
2022-01-11 00:00:00
global-variables
g++
linker
c++
static-libraries
动态链接共享库中的全局变量和静态变量会发生什么情况?
2022-01-11 00:00:00
global
global-variables
linker
c++
dynamic-linking
如果在从头到尾迭代时在地图元素上调用 erase() 会发生什么?
2022-01-10 00:00:00
iterator
c++
stl
当浮动变量超出浮动限制时,会发生什么?
2022-01-09 00:00:00
floating-point
c
c++
undefined-behavior
numeric-limits
在 std::vector<bool> 上调用 data() 会发生什么?
2022-01-07 00:00:00
c++
c++11
stl
如果在从头到尾迭代时在 map 元素上调用 erase() 会发生什么?
2022-01-07 00:00:00
iterator
c++
stl
在 .h 文件中定义的模板类静态成员变量会发生什么
2022-01-05 00:00:00
static
standards
templates
c++
member
为什么在 C++11 的开发过程中变量的定义发生了变化?
2022-01-05 00:00:00
reference
object
variables
c++
c++11
当 push_back 新元素到 std::vector 时,C++ 引用发生变化
2022-01-05 00:00:00
reference
c++
c++11
stdvector
push-back
当你修改 std::set 的元素时会发生什么?
2021-12-27 00:00:00
set
collections
c++
stl
当生成器或输入在 CMake 中发生变化时,如何仅构建自动生成的代码?
2021-12-26 00:00:00
build
cmake
c++
在 DLL 中声明的全局变量会发生什么?
2021-12-25 00:00:00
windows
dll
c++
“error:stray 'XXX' in C++ program":为什么会发生这种情况?
2021-12-22 00:00:00
text
vim
c++
«
2
3
4
5
6
7
8
9
10
11
»