Search code examples
C++ Dynamic allocation in while(true)...


c++pointerswhile-loopallocationdouble-pointer

Read More
Allocating and initializing a 2D array dynamically using a double pointer...


arrayscpointerssegmentation-faultdouble-pointer

Read More
C, double pointers and array of structs...


cpass-by-referencedynamic-memory-allocationdouble-pointer

Read More
How to locate the highest value in a randomly filled two-dimensional array...


c++arraysrandomvariable-assignmentdouble-pointer

Read More
Generic swap function to swap strings and arrays in C...


arrayscpointersswapdouble-pointer

Read More
Automatically set pointers to NULL after free...


cvoid-pointersdouble-pointer

Read More
Why single pointer as argument can't modify a string (in c)...


cpointerspass-by-referencepass-by-valuedouble-pointer

Read More
How to allocate for and assign values to char double pointer...


c++pointerschardouble-pointer

Read More
Linked List with double pointers. Infinite loop...


linked-listdouble-pointer

Read More
Right way to delete pointer to pointer in C++...


c++pointersdouble-pointer

Read More
How to qsort an array of pointers to char in C?...


csortingqsortdouble-pointer

Read More
New to pointers trying to figure out why my implementation of a link list doesn't work...


cpointersdouble-pointer

Read More
How do I modify a char** in another function...


cdouble-pointerchar-pointer

Read More
When Declaring a Double Pointer that is an array why is there no need to put brackets because it is ...


cpointersdynamic-memory-allocationc-stringsdouble-pointer

Read More
Incorrectly calculated Double values with for loop in Dart...


dartfor-loopdoubledouble-pointer

Read More
How to Access a array in the structure after assigning the structure variable to a pointer without a...


cpointersstructuredouble-pointer

Read More
First element of double pointer array is always "garbage"...


cpointersdouble-pointer

Read More
I'm trying to create a temporary array to store strings with malloc using a double pointer but i...


cstringinputmallocdouble-pointer

Read More
N-ary tree in C, struggling with double pointers node connection...


ctreedouble-pointern-ary-tree

Read More
Improve my solution to basic C linked list management functions...


c++linked-listdynamic-memory-allocationsingly-linked-listdouble-pointer

Read More
Use Double Pointers to access values instead of doubles...


c++arrayspointerscopydouble-pointer

Read More
"C" Trying to understand **pointer and how to access all values of value[][]...


cmultidimensional-arrayimplicit-conversionpointer-arithmeticdouble-pointer

Read More
transposed matrix in C with double pointers...


cmatrixdynamic-memory-allocationdouble-pointer

Read More
How to use double pointers in array...


c++arraysfunctionpointersdouble-pointer

Read More
Why is my function not accepting a double pointer?...


cfunctionhashdouble-pointer

Read More
std::is_pointer of dereferenced double pointer...


c++pointersstatic-assertdouble-pointer

Read More
Access a struct variable when struct is passed as a double pointer...


c++jsonpointersdouble-pointer

Read More
What is the difference between double pointers and single pointer in C functions...


cfunctionpointersdereferencedouble-pointer

Read More
what is the difference between *root and **root?...


cpointerstreedouble-pointer

Read More
Memory allocation for array of structures? 2 examples...


cmultidimensional-arrayheap-memorydynamic-arraysdouble-pointer

Read More
BackNext