开源使用者
标签
如何通过指向派生类的基类指针调用基类方法
2022-01-24 00:00:00
polymorphism
c++
“纯虚函数调用"在哪里?崩溃从何而来?
2022-01-24 00:00:00
polymorphism
c++
virtual-functions
pure-virtual
C++ 编译器如何知道要调用哪个虚函数实现?
2022-01-24 00:00:00
oop
polymorphism
c++
从 const 方法对成员调用非 const 方法
2022-01-24 00:00:00
pointers
constants
const-correctness
c++
从非常量对象调用 const 函数
2022-01-23 00:00:00
function
constants
c++
如何在 const 函数中调用非常量函数 (C++)
2022-01-23 00:00:00
function
constants
const-correctness
c++
const-cast
调用 const 函数而不是其非 const 版本
2022-01-23 00:00:00
operator-overloading
constants
c++
overload-resolution
const-method
调用临时对象的方法是否安全?
2022-01-23 00:00:00
string
g++
c++
stl
在复制初始化中,对复制构造函数的调用是显式的还是隐式的?
2022-01-23 00:00:00
language-lawyer
g++
c++
代码中未调用的函数在运行时被调用
2022-01-23 00:00:00
compiler-optimization
g++
c++
undefined-behavior
clang++
带有重载 r 值引用函数的模棱两可的调用
2022-01-23 00:00:00
ubuntu-14.04
g++
c++
c++11
rvalue-reference
g++“调用";一个没有括号的函数(不是 f() 而是 f; ).为什么总是返回 1?
2022-01-23 00:00:00
g++
c++
如果在 wait() 之前调用 notify() 会怎样?
2022-01-22 00:00:00
synchronization
c++
boost
condition-variable
ns-3
即使模板函数在任何地方都没有调用,static_assert 也无法编译
2022-01-23 00:00:00
templates
g++
c++
c++11
static-assert
在堆栈上分配的变量上调用 delete
2022-01-22 00:00:00
stack
c++
heap-memory
delete-operator
奇怪的 MSC 8.0 错误:“ESP 的值未在函数调用中正确保存..."
2022-01-22 00:00:00
stack
visual-c++
c++
x86
calling-convention
将参数打包的 args 传递到 std::queue 以便稍后使用不同的函数调用
2022-01-21 00:00:00
queue
parameter-passing
templates
c++
pack-expansion
GDB 显示调用堆栈上函数地址的当前编译二进制文件
2022-01-20 00:00:00
debugging
gdb
c++
如何在调用派生类构造函数之前设置基类成员?
2022-01-21 00:00:00
inheritance
constructor
components
protected
c++
C++ std::queue::pop() 调用析构函数.指针类型呢?
2022-01-21 00:00:00
queue
memory-management
c++
std
«
43
44
45
46
47
48
49
50
51
52
»