Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in delete-operator
Why does gcc use the size-aware delete operator by default when optimizing?
Sep 20, 2026
c++
gcc
new-operator
delete-operator
Is it possible to delete C POD using delete in C++?
Sep 19, 2026
c++
data-structures
types
delete-operator
How to get total allocated size in custom operator delete[]?
Sep 17, 2026
c++
new-operator
delete-operator
Where to put "delete" in the loop
Sep 14, 2026
c++
delete-operator
Deleting a nullptr may or may not call a deallocation function. Why not guarantee the latter?
Sep 02, 2026
c++
language-lawyer
compiler-optimization
delete-operator
the exact operation of the delete operator
Sep 01, 2026
c++
pointers
delete-operator
Using delete[] in a function: Invalid address specified to RtlValidateHeap
Aug 25, 2026
c++
physics
heap-memory
delete-operator
heap-corruption
How to prevent double delete without smart pointers?
Aug 18, 2026
c++
delete-operator
g++ Double Free or corruption...But How?
Aug 16, 2026
c++
free
corruption
delete-operator
Behaviour of delete[] (ptr, 0)
Aug 18, 2026
c++
pointers
delete-operator
New/delete operator overload and base class
Aug 13, 2026
c++
oop
operator-overloading
new-operator
delete-operator
Where to free up memory of a dynamic array created inside a function
Jul 29, 2026
c++
local-variables
delete-operator
Deleting nullptr before creating the object in Qt code
Jul 18, 2026
c++
qt
delete-operator
nullptr
Behaviour of delete[] [duplicate]
Jul 15, 2026
c++
delete-operator
C++ new & delete and functions
Jul 14, 2026
c++
new-operator
delete-operator
Heap and delete in function calls. How do I delete local dynamic memory?
Jul 14, 2026
c++
dynamic
return
member
delete-operator
deleting object through pointer to base without virtual destructor
Jul 12, 2026
c++
destructor
delete-operator
virtual-destructor
Extra bytes allocated for custom class array when destructor defined [duplicate]
Jul 06, 2026
c++
destructor
new-operator
delete-operator
Confusing with delete and free function in C++ [duplicate]
Jul 05, 2026
c++
destructor
free
delete-operator
Is it legitimate to delete a const pointer (not pointer-to-const)?
Jul 05, 2026
c++
g++
delete-operator
Older Entries »