Search code examples
What is causing this runtime error while passing arrays on the heap between functions, c++...


c++pointersmultidimensional-arrayheap-memory

Read More
About struct and pointer in C++...


c++pointersstructlinked-listheap-memory

Read More
(c++) what happens to objects on the heap that don't have any pointers to them?...


c++objectpointersheap-memory

Read More
Get value of non-deleted pointer...


c++ooppointersheap-memory

Read More
Accessing and printing vector of vectors initialized with new...


c++pointersvectorheap-memory

Read More
Valgrind results clean but with more allocs than frees...


cpointersmemory-leaksheap-memoryvalgrind

Read More
Segfault when accessing struct member...


cpointersstructheap-memory

Read More
Can someone explain what are strong updates and give an example which illustrates it?...


cpointersheap-memoryvariable-assignment

Read More
Creating dynamic collection error...


c++arrayspointersheap-memory

Read More
Deallocating function's A run-time memory inside function B...


c++pointersmemory-managementstlheap-memory

Read More
Copying C-Style String to Free Store Using Only Dereference...


c++cpointersheap-memory

Read More
Creating arrays on the heap and addressing them with pointers...


c++pointersheap-memorynew-operator

Read More
C++ Heap memory in array assignment only messing up for the first array and not the second...


c++arraysc++11heap-memory

Read More
WinDbg Address Summary...


.netdebuggingmemoryheap-memorywindbg

Read More
Deleting a heap then dereferencing a pointer to that memory...


c++pointersheap-memory

Read More
Memory allocation **p...


cpointersheap-memory

Read More
Reading/Writing self heap...


cpointersmetaprogrammingheap-memoryself-modifying

Read More
Which pointer to delete?...


c++multithreadingpointersheap-memory

Read More
Deleting a pointer a different places results in different behaviors (crash or not)...


c++multithreadingpointersmemory-managementheap-memory

Read More
I can't understand why this program prints 8762 as a result...


c++pointersheap-memory

Read More
Debugging macro that utilizes memory and frees in it?...


cpointersmacrosc-preprocessorheap-memory

Read More
is it possible to get address on heap of a variable in java?...


javapointersmemory-managementheap-memorymemory-address

Read More
Functional Code Breaks When Used Twice...


c++pointerscontainersheap-memory

Read More
(C++ memory management) If we have an int x = 1234, and int &y = x... then what is the address o...


c++pointersmemory-managementheap-memory

Read More
c++, object created on the heap vs. local - when returning a pointer...


c++pointersheap-memory

Read More
malloc and heap in c...


cpointersheap-memory

Read More
How to delete heap allocated variable after function returns...


c++arrayspointersheap-memory

Read More
String prints nothing...


cstringpointersheap-memory

Read More
Storing instance on heap and referencing it from a pointer...


c++pointersheap-memorydestroy

Read More
Why do I need to use a pointer to a pointer in this single function and not anywhere else?...


c++pointersheap-memory

Read More
BackNext