List Question
20 TechQA 2024-03-11T07:22:38.217000different between *p[num] and (*p)num
148 views
Asked by 阿卡丽
Why does pointer subtraction yield a number unrelated to the values pointed to?
79 views
Asked by Thushar D.M.
Problem with DPTR arithmetic in 8051 assembly
73 views
Asked by Daniel Jorge
Can I move between contiguous sequences of fields of the same type in a struct using pointer arithmetic without alignof?
84 views
Asked by schuelermine
What does the "!= data + arraySize" mean in C++?
156 views
Asked by Pryhas
calling an array from mid in a multidimensional array
50 views
Asked by Tanishk Nagda
How to interpret *(ptr) and *(ptr+2) in arrays?
169 views
Asked by Jackob2001
Pointer comparison in C
124 views
Asked by Sasha
Program runs but Valgrind detecting a problem when attempting to write to malloc'd memory
73 views
Asked by Roger Dodger
Is unconditionally creating a pointer to the last element of a vector legal?
124 views
Asked by eyelash
strange behaviour with pointer arithmetics in C
130 views
Asked by peks
Correctly using type-punning and erasure for array of objects
166 views
Asked by Oersted
Subtraction of pointers in array should be index subtraction or address subtraction?
70 views
Asked by Padmesh Sharma
p1 and p2 are pointers to ints, if p2>p1 is valid, is p2-p1 valid?
270 views
Asked by doug
C: Adding two 32-bit unsigned integers from raw memory bytes
247 views
Asked by Kevin Stefanov
What is the difference between (pointer + n) and pointer[n]?
97 views
Asked by TAJ-32
Are XOR linked lists still allowed in C++17?
208 views
Asked by ByteEater
Trouble understanding char* and string in CS50
156 views
Asked by King Brain
C Asterisk Operator Using
64 views
Asked by Tolga
How to copy element from one array to other element of array using pointers?
102 views
Asked by Lucky Im