Search code examples
how to use pointer to pointer to access pointer element in struct?...

cpointersstructdynamic-memory-allocation

Read More
C++ Linked List find() sharing nodes between two linked list...

c++linked-listdynamic-memory-allocationsingly-linked-listfunction-definition

Read More
Why does memset fail and calloc succeed?...

arrayscdynamic-memory-allocationc-stringscalloc

Read More
How do I write my own realloc for table of structure?...

cstructdynamic-memory-allocationreallocfunction-definition

Read More
I'm getting a stack overflow and I don't understand why...

cmultidimensional-arraydynamic-memory-allocationaddress-sanitizer

Read More
TwinCAT How to get file size...

dynamic-memory-allocationfilesizetwincat

Read More
CS50 pset 4 smiley - what's the meaning of code line from license taks?...

cmultidimensional-arraydynamic-memory-allocationcs50calloc

Read More
Why is there a memory leak in this program and how can I solve it, given the constraints (using mall...

c++memory-leaksvalgrinddynamic-memory-allocationplacement-new

Read More
Dynamically allocated C array suddenly getting modified...

cdynamic-memory-allocationundefined-behaviorrealloc

Read More
why can't I return NULL?...

cpointersnulldynamic-memory-allocation

Read More
Insertion of element in the array-...

arrayscfor-loopinsertdynamic-memory-allocation

Read More
C++: pointer being freed was not allocated error when having an overloaded operator return a class...

c++classpointersoperator-overloadingdynamic-memory-allocation

Read More
Segmentation error when changing values in a matrix...

cmatrixsegmentation-faultdynamic-memory-allocation

Read More
unknown size matrix in Fortran...

fortrandynamic-memory-allocation

Read More
Inserting and modifying the nodes of a tree so that changes persist between function calls...

c++memory-managementtreeinsertdynamic-memory-allocation

Read More
Allocate and return string from function?...

c++stringdynamic-memory-allocation

Read More
Visual Studio complains about few arguments to VirtualAlloc despite correct arguments...

cwindowswinapidynamic-memory-allocation

Read More
How can I create a destructor to check if the pointer is NULL? If not, delete the memory that has be...

c++pointersconstructordynamic-memory-allocationdestructor

Read More
Saving a void pointer in an array of bytes...

c++memorybufferdynamic-memory-allocation

Read More
String doesn't "rewind" itself when accessing via pointer...

csubstringdynamic-memory-allocationc-stringsfunction-definition

Read More
"segmentation fault" when assigning values to a specific position in a dynamically allocat...

cmatrixsegmentation-faultdynamic-memory-allocation

Read More
not being able to delete the first node in a linked list...

clinked-listdynamic-memory-allocationsingly-linked-listfunction-definition

Read More
Initializing a dynamically allocated array with a compound literal...

cdynamic-memory-allocationtypedefcompound-literals

Read More
segmentation fault after popping the element that has been pointed to by...

c++stlqueuestackdynamic-memory-allocation

Read More
Issue with dynamic allocation in PySpark session (under MLRun and in K8s)...

pythonapache-sparkkubernetesdynamic-memory-allocationmlrun

Read More
How to detect invalid reads (using code not valgrind)...

c++memory-managementmallocdynamic-memory-allocation

Read More
malloc works with int but not with strings...

cprintfdynamic-memory-allocationc-stringsassignment-operator

Read More
Am I always dealing with the same object?...

c#pointersdebuggingdynamic-memory-allocationidentity

Read More
Question about Dynamic memory allocation in C++ for 3D array...

c++arrayspointersmatrixdynamic-memory-allocation

Read More
Returning void** value of pop function in stack data-structure implementation...

cdata-structuressegmentation-faultstackdynamic-memory-allocation

Read More
BackNext