开源使用者
标签
当我将临时 int 分配给 C++ 中的 const 引用时会发生什么?
2022-01-19 00:00:00
function
return
c++
什么时候内存分配给 C++ 中的静态变量
2022-01-19 00:00:00
initialization
memory
static
c++
为什么堆栈上分配了这么多空间?
2022-01-17 00:00:00
compiler-construction
c++
当字符串超出范围时将 string::c_str() 分配给 const char*
2022-01-12 00:00:00
string
char
constants
c++
将 char* 分配给字符串变量后删除
2022-01-12 00:00:00
string
pointers
char
c++
如果我为无符号变量分配负值会发生什么?
2022-01-12 00:00:00
integer
type-conversion
unsigned
signed
c++
错误:将“const char[5]"分配给“char[10]"时的类型不兼容
2022-01-12 00:00:00
char
c++
将字符串文字分配给 char*
2022-01-12 00:00:00
string
pointers
char
literals
c++
C++ 错误:将‘char*’分配给‘char [2]时的类型不兼容
2022-01-12 00:00:00
error-handling
char
c++
C++数组分配分段错误11新手
2022-01-12 00:00:00
memory-management
segmentation-fault
c++
sieve-of-eratosthenes
用 new 分配派生类数组的问题
2022-01-12 00:00:00
segmentation-fault
c++
new-operator
dynamic-memory-allocation
derived-class
试图在函数内动态分配父指针给子指针会导致分段错误
2022-01-12 00:00:00
pointers
segmentation-fault
c++
在 Windows 上开始分配失败之前检测内存不足
2022-01-12 00:00:00
windows
memory-management
c++
mfc
C++ 程序在执行 std::string 分配时总是崩溃
2022-01-12 00:00:00
gdb
crash
c++
valgrind
stdstring
如果我的 C++“新"内存分配失败,如何找出返回值?
2022-01-11 00:00:00
operating-system
memory-management
c++
CUDA:二维网格中的线程 ID 分配
2022-01-10 00:00:00
nvidia
cuda
gpgpu
c++
CUDA:在 C++ 中包装设备内存分配
2022-01-10 00:00:00
cuda
c++
placement-new
raii
安全清除内存并重新分配
2022-01-10 00:00:00
memory
cryptography
passwords
security
c++
谁删除在“新"期间分配的内存?构造函数中有异常的操作?
2022-01-08 00:00:00
constructor
exception
memory-leaks
c++
考虑到复制构造的要求,如何在 C++11 中编写有状态分配器?
2022-01-07 00:00:00
c++
c++11
stl
allocator
«
4
5
6
7
8
9
10
11
12
13
»