Search code examples
Can someone explain to me this piece of code? (pointer arithmetics with masks)...


cpointer-arithmetic

Read More
Is pointer arithmetic on a pointer that points to a destroyed array element well-defined?...


c++pointerslanguage-lawyerpointer-arithmetic

Read More
With arrays, why is it the case that a[5] == 5[a]?...


carrayspointerspointer-arithmetic

Read More
Is array pointer arithmetic undefined behavior in C for separate translation units?...


clanguage-lawyerundefined-behaviorpointer-arithmetic

Read More
When is pointer subtraction undefined in C?...


carrayspointersundefined-behaviorpointer-arithmetic

Read More
Dynamic arrays and pointer arithmetic...


c++arraysdynamiclanguage-lawyerpointer-arithmetic

Read More
Understanding static/dynamic array access with pointer arithmetic in C...


arrayscpointerspointer-arithmeticconceptual

Read More
What do these quotes say about pointer arithmetic?...


cpointerslanguage-lawyerpointer-arithmetic

Read More
C/C++: Pointer Arithmetic...


c++cpointersmathpointer-arithmetic

Read More
Correct way to get an array through low-level allocation functions...


c++arraysmemory-managementlanguage-lawyerpointer-arithmetic

Read More
lifetime of an array after placement new...


c++arraysstoragelifetimepointer-arithmetic

Read More
Subtracting registers with an LEA instruction?...


assemblyx86x86-64pointer-arithmeticaddressing-mode

Read More
Invalid optimization for pointer comparison in GCC? (introduced in GCC 7.1)...


cpointersgccpointer-arithmetic

Read More
Accessing array values via pointer arithmetic vs. subscripting in C...


objective-ccarrayspointerspointer-arithmetic

Read More
What is the rationale for limitations on pointer arithmetic or comparison?...


c++cpointerslanguage-designpointer-arithmetic

Read More
Iterating over array of polymorphic objects...


c++arrayspointerspointer-arithmetic

Read More
How can I get the memory distance in bytes between any two objects (if this measurement exists in a ...


c++pointerscachingundefined-behaviorpointer-arithmetic

Read More
Why can't I change the value of a constant using pointers in C++?...


c++pointersconstantsmemory-addresspointer-arithmetic

Read More
Would P1839 make it possible to access subobjects from offsets into object representations?...


c++language-lawyerpointer-arithmetic

Read More
Delphi: double indexing a pointer-of-array leads to “Array type required” error...


arrayspointersdelphidereferencepointer-arithmetic

Read More
Problem in using the delete operator for an array of objects allocated in heap using a FOR loop inst...


c++loopspointer-arithmetic

Read More
Why does i[arr] work as well as arr[i] in C with larger data types?...


carrayspointerspointer-arithmetic

Read More
Pointer arithmetic in Go...


pointersgopointer-arithmetic

Read More
Modification pgm fill 2-D Array using a pointer and it doesn't work...


cfor-loopnested-loopspointer-arithmetic

Read More
Unexpected value when dereferencing pointer in C...


cpointerspointer-arithmeticformat-specifiers

Read More
different between *p[num] and (*p)num...


cpointersmultidimensional-arrayimplicit-conversionpointer-arithmetic

Read More
Can I move between contiguous sequences of fields of the same type in a struct using pointer arithme...


cpointersstructmemory-alignmentpointer-arithmetic

Read More
What does the "!= data + arraySize" mean in C++?...


c++arraysalgorithmiteratorpointer-arithmetic

Read More
How to interpret *(ptr) and *(ptr+2) in arrays?...


arrayscpointersimplicit-conversionpointer-arithmetic

Read More
Program runs but Valgrind detecting a problem when attempting to write to malloc'd memory...


csegmentation-faultmallocvalgrindpointer-arithmetic

Read More
BackNext