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
Error when deleting a pointer
Feb 13, 2026
c++
pointers
delete-operator
Scalar deleting destructor
Feb 12, 2026
c++
polymorphism
destructor
scalar
delete-operator
delete operation in C++
Feb 12, 2026
c++
new-operator
dynamic-memory-allocation
delete-operator
Segmentation fault in operator delete[] [duplicate]
Feb 08, 2026
c++
destructor
delete-operator
Does memory get freed at the end of a function if you don't use delete? [duplicate]
Feb 08, 2026
c++
memory
new-operator
delete-operator
Is it safe to delete every pointer in C++ as a pointer to an array? [duplicate]
Jan 26, 2026
c++
arrays
pointers
delete-operator
C/C++ delete vs delete[] [duplicate]
Jan 26, 2026
c++
delete-operator
Can I delete an object owned by another with a callback from the object to be deleted?
Jan 23, 2026
c++
object
delete-operator
Sized deallocation in C++: What is the correct behaviour of the global operator delete(void* ptr, std::size_t size)
Jan 21, 2026
c++
memory
c++14
delete-operator
warning: operator delete called on unallocated object
Jan 20, 2026
c++
c++17
c++20
delete-operator
Free the memory using delete[] operator on void pointer [duplicate]
Dec 30, 2025
c++
delete-operator
Double free errors when using shallow copies of objects... how to fix?
Dec 16, 2025
c++
object
copy
delete-operator
Is it safe to delete memory with a pointer of different type than the used in new?
Dec 14, 2025
c++
new-operator
heap-memory
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
Older Entries »