Search code examples
Can you compare nullptr to other pointers for order? Is it always smaller?...


c++comparison-operatorspointer-arithmeticnullptr

Read More
C language. Can't understand the output of the pointers...


arrayscpointersimplicit-conversionpointer-arithmetic

Read More
What happens when I add something to Array name and try to access its memory location?...


arrayscimplicit-conversionpointer-arithmetic

Read More
Pointer Subtraction in C with an array...


cpointerspointer-arithmetic

Read More
Difference between two pointer variables...


cpointerspointer-arithmetic

Read More
Referencing a struct member with pointer arithmetic...


cpointerspointer-arithmetic

Read More
Do pointer arithmetic expressions count as instructions?...


c++pointerspointer-arithmetic

Read More
Represent sum of random access iterators as a random access iterator...


c++templatesiteratorpointer-arithmetic

Read More
How to properly set pointers to an array with chars in it...


arraysccharscanfpointer-arithmetic

Read More
Write in a for-loop breaking program (unexpectedly)...


csegmentation-faultposixpointer-arithmetic

Read More
What is the idiom here when static_cast is used on null pointer?...


c++nullpointer-arithmeticstatic-cast

Read More
Can't understand the usage of strchr to get the position of a charcter in a string in C...


cc-stringspointer-arithmeticstring.hstrchr

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


assemblyx86x86-64pointer-arithmeticaddressing-mode

Read More
How can C++ array pointers have different location, yet point to the same element?...


c++arrayspointerspointer-arithmetic

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


objective-ccarrayspointerspointer-arithmetic

Read More
Is pointer arithmetic still well defined after casting with alignment violation?...


cundefined-behaviormemory-alignmentc11pointer-arithmetic

Read More
C pointer argument assigned to a parameter with a different value...


arrayscpointerspointer-arithmeticfunction-definition

Read More
Is it safe and portable to cast pointer to any type to char pointer for arithmetic?...


c++arrayscpointerspointer-arithmetic

Read More
Why can two std::vector iterators not be summed?...


c++iteratoroperator-overloadingstdvectorpointer-arithmetic

Read More
Reference data from a array to another array in C...


cpointersimplicit-conversionpointer-arithmetic

Read More
Null pointer and pointer arithmetic...


c++arrayspointerspointer-arithmetic

Read More
Unable to pass integer array as argument to function whose local argument is character pointer...


ccastingpointer-arithmetic

Read More
Looping through a double pointer array and multiply or not multiply with sizeof in C?...


cdynamic-memory-allocationsizeofpointer-arithmetic

Read More
Use of char* over void* in pointer arithmetic...


ccastingpointer-arithmetic

Read More
Multidimensional array addressing C...


cpointersmultidimensional-arrayimplicit-conversionpointer-arithmetic

Read More
Free pointer offset no longer valid?...


cdynamic-memory-allocationfreeglibcpointer-arithmetic

Read More
C: accessing multidimensional arrays with pointers...


cpointerscastingimplicit-conversionpointer-arithmetic

Read More
Portable and safe way to add byte offset to any pointer...


c++pointersc++11pointer-arithmetic

Read More
Pointer arithmic for arrays which are members of a struct in C...


cpointerspointer-arithmetic

Read More
How does incrementing memory address affects pointer...


cpointersmemorymemory-managementpointer-arithmetic

Read More
BackNext