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
I don't understand what I'm doing wrong with my de-allocation of memory
Dec 11, 2025
c++
list
memory
linked-list
delete-operator
how to call custom delete operator
Dec 11, 2025
c++
call
delete-operator
Delete an array of queue objects
Dec 09, 2025
c++
arrays
pointers
queue
delete-operator
C++ delete operator with memory locations
Dec 07, 2025
c++
pointers
reference
delete-operator
Deleting a 2D or 3D pointer created with new
Dec 04, 2025
c++
pointers
new-operator
delete-operator
C++ can operator delete fails and if not why?
Nov 29, 2025
c++
winapi
iso
delete-operator
Delete a JSON object when a value inside the object matches a designated value (jq)
Nov 27, 2025
json
jq
delete-operator
Correctly deleting a dynamically allocated plain array, allocated with `std::align_val_t` alignment parameter
Nov 25, 2025
c++
arrays
alignment
new-operator
delete-operator
Why I can access member functions even after the object was deleted?
Nov 08, 2025
c++
function
object
member
delete-operator
delete[] causing heap corruption
Oct 23, 2025
c++
heap-memory
delete-operator
heap-corruption
Are you allowed to copy a pointer and call delete on the copy?
Oct 22, 2025
c++
undefined-behavior
delete-operator
To where does a pointer point after being deleted?
Oct 22, 2025
c++
pointers
memory
delete-operator
How to delete[] decayed array? [duplicate]
Oct 17, 2025
c++
pointers
dynamic-memory-allocation
delete-operator
pass-by-value
Deleting an aliased pointer
Sep 22, 2025
c++
pointers
unions
delete-operator
malloc/free and new/delete compatibility in C++?
Mar 24, 2023
c++
malloc
new-operator
free
delete-operator
Specifying a Deleter for std::shared_ptr that works on all objects of a particular type or its derived types
Mar 18, 2023
c++
c++11
shared-ptr
smart-pointers
delete-operator
Deleting or assigning zero to pointers
Mar 16, 2023
c++
pointers
new-operator
delete-operator
How does the 'delete' operator actually work behind the scenes in C++ in dynamic memory allocation (heap)?
Mar 11, 2023
c++
c++11
heap-memory
delete-operator
Private operator delete triggers compile-time error with GCC and Clang but not with MSVC
Mar 08, 2023
c++
language-lawyer
private
new-operator
delete-operator
In C++, how does the delete operator actually work? (At the memory level)
Sep 02, 2025
c++
memory-management
new-operator
delete-operator
Older Entries »