Search code examples
In C++, what is the difference between new and new[] for array allocations...


c++arraysmemory-managementcompiler-constructiondynamic-memory-allocation

Read More
Why memory is not allocated?...


cdynamic-memory-allocation

Read More
Node value changing automatically in C...


cstructbinary-search-treedynamic-memory-allocation

Read More
C - Queue using linked list | Code run forever at one point...


cfunctionlinked-listqueuedynamic-memory-allocation

Read More
How to correctly free a GHashTable of structs...


cdynamic-memory-allocationglib

Read More
How to get dynamic array's size in C?...


arrayscpointersdynamic-memory-allocation

Read More
Memory allocation mistake on C...


arrayscdynamic-memory-allocation

Read More
How does this work? Pointer to pointer assignment...


c++dynamic-memory-allocation

Read More
Resizing a two dimensional array in C. Memory leak...


cdynamic-memory-allocationreallocalloc

Read More
Can I iterate dynamic array without knowing the size of it...


cdynamic-memory-allocation

Read More
Can I strcpy a char pointer into another without allocating the second one?...


cmemory-managementdynamic-memory-allocationc-stringsstrcpy

Read More
Errors while using dynamically allocated arrays...


cdynamic-memory-allocation

Read More
Am I returning double char the correct way?...


ccommand-line-argumentsdynamic-memory-allocationundefined-behaviornull-pointer

Read More
Vector of new vectors...


c++vectordynamic-memory-allocation

Read More
What happens if I realloc to smaller size?...


cdynamic-memory-allocationrealloclibc

Read More
Does "printf" prevent deallocation of array?...


c++printfdynamic-memory-allocation

Read More
How can I make the second code works? (C code, sprintf and pointers)...


cpointersdynamic-memory-allocation

Read More
runtime array assignment for an array of arrays...


arrayscdynamic-memory-allocation

Read More
Problem for dynamic memory allocation in c++...


c++algorithmpointersmemory-managementdynamic-memory-allocation

Read More
Segmentation fault after 2-d array allocation...


c++segmentation-faultmallocdynamic-memory-allocation

Read More
Absolute worst case stack size based on automatic varaibles...


cdynamic-memory-allocationstatic-analysisstatic-memory-allocationautomatic-storage

Read More
How to return a char** as a function argument...


cpointerscharreturn-valuedynamic-memory-allocation

Read More
how to allocate space in a struct...


clinked-listmallocdynamic-memory-allocation

Read More
How can I do an unchecked_deallocation of abstract classes in Ada?...


abstract-classdynamic-memory-allocationada

Read More
Storing matrix data from a text file in a multidimensional array in c...


arrayscdynamic-memory-allocation

Read More
Assigning Values to unsigned short* buffer...


c++bufferdynamic-memory-allocation

Read More
Dynamic memory allocation causing SIGSEGV (Signal: segmentation violation), In attempt to work with ...


c++mallocnew-operatordynamic-memory-allocationstatic-memory-allocation

Read More
How do I free up memory allocated implicitly in an array?...


cmemorymemory-managementmallocdynamic-memory-allocation

Read More
User input and dynamic memory allocation in C...


cuser-inputdynamic-memory-allocation

Read More
What is the recommended way to align memory in C++11...


c++c++11dynamic-memory-allocationmemory-alignment

Read More
BackNext