List Question
20 TechQA 2024-03-30T14:08:13.363000change the value of double pointer with indirection(dereference) operator cause segmentation fault
85 views
Asked by mohammad hosein rezanezhad
Why don't I see any output if I try to print this 2D array using pointer to pointer?
77 views
Asked by Nakib
C Multiple Indirection
158 views
Asked by Mićo Antonić
Execute command that results from execution of a script whose name is in a variable
944 views
Asked by Enlico
Executing the output as filename
223 views
Asked by Enlico
c multiple indirection - assigning a char** to an array of char*
258 views
Asked by artic sol
A pointer to an array of pointers
183 views
Asked by user3776749
Do more levels of indirection have a performance impact in C
445 views
Asked by Achoooo
How many levels of indirection on Multidimensional Arrays are there?
221 views
Asked by Utkan Gezer
Double pointer indirection when passing an array to a function
1.2k views
Asked by Morat
3d array allocation by void function
147 views
Asked by giovedy
const correctness for execv's argv parameter
130 views
Asked by Rodrigo Queiro
Invalid conversion from int** to const int**
2.6k views
Asked by Bugalugs Nash
Ideas for simplifying design/removing a level of indirection in method calls
140 views
Asked by Olumide
Cast of an indirect pointer to an Objective-C pointer to 'CFReadStreamRef *' is disallowed with ARC
2.5k views
Asked by AudioBubble
void** parameter called with a fixed array value
280 views
Asked by MPelletier
How to pass (and set) non-objects by indirection?
704 views
Asked by rubergly
Double pointer const-correctness warnings in C
18.2k views
Asked by Michael Koval
Weird Pointer issue in C++
500 views
Asked by Jason R. Mick
TOUGH: Dealing with deeply nested pointers in C++
1.4k views
Asked by Jason R. Mick