Search code examples
Iterating over array of polymorphic objects...


c++arrayspointerspointer-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
How to increment a pointer address and pointer's value?...


cpointersoperatorsincrementpointer-arithmetic

Read More
p1 and p2 are pointers to ints, if p2>p1 is valid, is p2-p1 valid?...


c++pointerslanguage-lawyerpointer-arithmetic

Read More
void* vs. char* pointer arithmetic...


cpointersvoid-pointerspointer-arithmeticchar-pointer

Read More
C: Adding two 32-bit unsigned integers from raw memory bytes...


cpointersmemorytype-conversionpointer-arithmetic

Read More
What are use cases for writing (&var + 1) if var is not an array element?...


arrayscallocationpointer-arithmetic

Read More
Trouble understanding char* and string in CS50...


ccs50implicit-conversionstring-literalspointer-arithmetic

Read More
Are XOR linked lists still allowed in C++17?...


c++c++17pointer-arithmeticxor-linkedlist

Read More
C Asterisk Operator Using...


cpointersimplicit-conversionsizeofpointer-arithmetic

Read More
Is this custom malloc OK?...


cpointersmemory-managementpointer-arithmetic

Read More
Pointer Arithmetic...


cpointerspointer-arithmetic

Read More
How to copy element from one array to other element of array using pointers?...


arrayscfunctionpointerspointer-arithmetic

Read More
Pointer arithmetic with shared memory...


c++cudapointer-arithmeticgpu-shared-memory

Read More
C pointer to last element of array...


arrayscpointerssizeofpointer-arithmetic

Read More
void* pointer arithmetic, cannot swap float values...


cpointersvoid-pointerspointer-arithmetic

Read More
Problem with matching datatypes using a dynamic float* array and dynamic matrix...


ccompiler-errorsfloating-pointpointer-arithmetic

Read More
How to iterate through a dynamic, rectangular matrix in C?...


cmatrixdynamic-memory-allocationpointer-arithmeticpointer-to-pointer

Read More
C++: Alternative to using cast for GetProcAddress() with pointer arithmetic...


c++castingpointer-arithmetic

Read More
compute difference of memory location of object and its aggregate at compile time...


c++cross-platformpointer-arithmetic

Read More
Swapping Array elements call by reference...


arrayscswapimplicit-conversionpointer-arithmetic

Read More
unexpected result when adding to pointer...


cpointerspointer-arithmetic

Read More
BackNext