Search code examples
Double pointer upcast (again), shared_ptr and generic setChild function in a polymorphic tree class...


c++classsubclassshared-ptrdouble-pointer

Read More
Double pointer in c, assignment warning for my code...


cdynamic-memory-allocationdouble-pointer

Read More
How to assign a pointer a 2D square array of unknown size?Whats wrong in the following function?...


pointersmultidimensional-arraydynamic-memory-allocationcallocdouble-pointer

Read More
Pointers to pointers: partitioning a linked list...


c++pointerslinked-listdouble-pointer

Read More
Setting a double pointer array...


carrayspointersdouble-pointer

Read More
Another option to double pointer...


c++pointersdouble-pointer

Read More
argv function and string as address in C language...


carraysstringargvdouble-pointer

Read More
What is the cause of pointer alighnment issue?...


carraysdouble-pointer

Read More
C++ code breaks when trying to assign a value...


c++visual-studiomultidimensional-arraydouble-pointer

Read More
how to declare variable of NSString with double pointer...


iosobjective-cvariablesautomatic-ref-countingdouble-pointer

Read More
Double pointers element access using 2-dimension array syntax in objective-c...


objective-carrayspointerssyntaxdouble-pointer

Read More
what happens to a double pointer when it is passed to a function...


cstackdouble-pointer

Read More
Double pointer memory allocation to a struct in C...


cpointersstructdynamic-memory-allocationdouble-pointer

Read More
Value inside a double pointer isn't updated correctly (C)...


cfgetsdouble-pointer

Read More
Dynamic initialization of array of pointers...


c++arrayspointersnew-operatordouble-pointer

Read More
Free a pointer to a pointer...


cpointersmemory-managementbufferdouble-pointer

Read More
pointer to pointer to structure with malloc and strdup...


cdouble-pointerstrdup

Read More
Weird Error, error: invalid conversion from ‘const char*’ to ‘char’ [-fpermissive]...


c++compiler-errorscharacterdouble-pointer

Read More
C++ LinkedList struct referenced as Double Pointer, and need to access Next Node...


c++pointerslinked-listdouble-pointer

Read More
Extracting a file name from the path...


c++arrayspointersdouble-pointer

Read More
Accessing the return value using pthread_exit()...


cmultithreadingpthreadssegmentation-faultdouble-pointer

Read More
simple pointers to pointers...


cpointersdouble-pointer

Read More
(int**)malloc(sizeof(int*))...


cmallocdouble-pointer

Read More
Using single versus double pointers in Linked lists implemented in C...


cpointerslinked-listdouble-pointer

Read More
double pointer and how to modify the pointer in the function...


cpointersopencvdouble-pointer

Read More
Double pointer that points on self-created struct - Compiler says OK - Programm aborts...


c++pointersstructmatrixdouble-pointer

Read More
double pointers to C++ objects...


c++double-pointer

Read More
Difference between **variable and variable[ ] [ ]?...


c++arraysmultidimensional-arraydouble-pointer

Read More
Double pointer in C...


c++cpointersdouble-pointer

Read More
How to check an empty space (NULL) in double pointers...


c++arraysdynamicmemory-managementdouble-pointer

Read More
BackNext