Search code examples
Pointer arithmetic of unspecified type with known size...


cvoid-pointerspointer-arithmetic

Read More
In c++ using pointer arithmetic...


c++pointerspointer-arithmetic

Read More
Is one-past-end pointer OK for non-array object types?...


c++pointerslanguage-lawyerpointer-arithmetic

Read More
Can I pass a pointer to before the beginning of an array if I know only existing elements will be us...


c++arrayspointerslanguage-lawyerpointer-arithmetic

Read More
Printing entered string using pointer manipulation...


cpointerspointer-arithmetic

Read More
Subtract or add constant to large array...


c++arraysmathpointer-arithmeticinteger-arithmetic

Read More
Changing elements of an array to user input with pointer arithmetic...


cpointerspointer-arithmetic

Read More
Accessing struct data members via pointer arithmetic...


c++undefined-behaviorpointer-arithmetic

Read More
Can someone explain to me how to walk through this code?...


cstring-concatenationc-stringsstrlenpointer-arithmetic

Read More
Pointer arithmetic in memcpy has weird result...


c++carrayspointerspointer-arithmetic

Read More
Is pointer arithmetic allowed for malloc'ed blocks?...


cpointerslanguage-lawyerpointer-arithmetic

Read More
I don't understand C pointers...


cpointerspointer-arithmetic

Read More
C++ pointer arithmetic "lvalue required as left operand of assignment" error...


c++pointerspointer-arithmetic

Read More
String traversal using pointers...


cpointersc-stringspointer-arithmetic

Read More
How does this piece of code determine array size without using sizeof( )?...


carrayssizelanguage-lawyerpointer-arithmetic

Read More
You can't use pointer arithmetic on void pointers, so how do arrays of void pointers work?...


c++arraysvoid-pointerspointer-arithmetic

Read More
Having trouble regarding output of a printf statement...


cprintfpointer-arithmeticpost-increment

Read More
double pointer output explanation...


carrayspointerspointer-arithmetic

Read More
Pointer to void in C preprocessor...


cgccgotopointer-arithmetic

Read More
Double pointer arithmetic...


c++cpointerspointer-arithmeticdouble-pointer

Read More
What is the rationale of making subtraction of two pointers not related to the same array undefined ...


c++language-lawyerpointer-arithmetic

Read More
Calculate array length via pointer arithmetic...


c++carrayspointerspointer-arithmetic

Read More
If I want to code in Rust securely, should I code without using pointer arithmetic?...


pointersrustpointer-arithmetic

Read More
How can I access the attribute of an struct using simple pointer arithmetic?...


cmemorypointer-arithmetic

Read More
Custom allocator without pointer arithmetic...


c++c++11allocatorpointer-arithmetic

Read More
Passing the address of a dereferenced pointer to a string offset...


calgorithmpointerspointer-arithmetic

Read More
Does (p+x)-x always result in p for pointer p and integer x in gcc linux x86-64 C++...


c++linuxgccx86-64pointer-arithmetic

Read More
Pointer Arithmetic and Inheritance result in undefined behauviour...


c++pointersinheritancepointer-arithmetic

Read More
What are the differences between a+i and &a[i] for pointer arithmetic in C++?...


c++language-lawyerpointer-arithmetic

Read More
Set shared_ptr with new_pointer that is old_pointer + offset...


c++shared-ptrsmart-pointerspointer-arithmetic

Read More
BackNext