Search code examples
how to store words from a file to a dynamic array of strings?...


cdynamic-memory-allocationfile-handlingdynamic-arrays

Read More
copy a string of characters in an other string using dynamic memory alocation but it doesn t works...


arrayscdynamic-memory-allocation

Read More
Dynamically allocate contiguous memory for a "rectangular 2d array", without using VLAs...


cdynamic-memory-allocation

Read More
Changing the variable assigned as a pointer to the parameter in C...


cwhile-loopdynamic-memory-allocationsingly-linked-listfunction-definition

Read More
How to properly allocate memory for linked list in C inside function?...


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

Read More
realloc()/HeapRealloc() fails even though enough memory is available...


c++winapidynamic-memory-allocation

Read More
Does std::unordered_map::erase actually perform dynamic deallocation?...


c++stlcontainersdynamic-memory-allocation

Read More
Dynamic array allocation - valgrind conditional jump...


cvalgrinddynamic-memory-allocation

Read More
Where C stores dynamically a string inside a struct...


cstructdynamic-memory-allocation

Read More
First char* filled with junk characters when I put many words in my string split function...


csplitchardynamic-memory-allocationc-strings

Read More
Copy elements of int * * array (2D) to another 2D array...


cmultidimensional-arraycopydynamic-memory-allocationmemcpy

Read More
Use realloc() in function...


arrayscfunctiondynamic-memory-allocationdynamic-arrays

Read More
What is the easiest way to dynamically allocate memory for 2d array?...


cmultidimensional-arraydynamic-memory-allocation

Read More
difference between sizeof *ptr and sizeof **ptr when allocating memory...


cdynamic-memory-allocationsizeofdereferencepointer-to-member

Read More
Bridging struct initializations on the heap (when using Dynamically Allocated Memory) to struct init...


cstructinitializationdynamic-memory-allocationallocation

Read More
LeetCode 189 Rotate Array: heap-buffer-overflow...


calgorithmlinked-listdynamic-memory-allocation

Read More
Why does cs50's "Volume" lab use a single variable "buffer" in fread() inste...


cmemorydynamic-memory-allocationcs50fwrite

Read More
Printing the complete size of char*...


arrayscpointersdynamic-memory-allocationshellcode

Read More
Delete data from a dynamically allocated array in c++...


c++arraysdynamic-memory-allocation

Read More
A class with a pointer pointing to another class as a member variable and pushing it into vector...


c++heap-memorydynamic-memory-allocationstack-memoryshallow-copy

Read More
When and why to use malloc...


cmallocdynamic-memory-allocation

Read More
Memory not freed after calling free - C...


cmallocdynamic-memory-allocation

Read More
I'm Getting error while trying to delete heap allocated int...


c++classmemory-managementruntime-errordynamic-memory-allocation

Read More
Can a memory address tell you anything about how/where the object is stored...


pointersmemoryheap-memorydynamic-memory-allocationmemory-address

Read More
Struct array in c gives the same value to all values. [C]...


arrayscstructdynamic-memory-allocationc-strings

Read More
Why is freeing the memory after printing the string messing up the print result?...


arrayscstringdynamic-memory-allocation

Read More
C malloc giving pointer to already used memory...


cmemorystructheap-memorydynamic-memory-allocation

Read More
How do I allocate a slice in Rust with a slice known at runtime?...


rustslicedynamic-memory-allocation

Read More
Looking for a custom memory allocator which allocates from within a large pre-allocated block of mem...


cdynamic-memory-allocationpaging

Read More
can't access some elements in malloc generated 2D array...


cmultidimensional-arraymallocdynamic-memory-allocationsizeof

Read More
BackNext