Search code examples
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
Why does this pointer to an array expression work...


arrayscpointersimplicit-conversionpointer-arithmetic

Read More
Computing the address of the memory position before an external symbol in C...


cpointersgccexternpointer-arithmetic

Read More
How does this C code work? The ptr assignment is unclear...


cpointerscastingimplicit-conversionpointer-arithmetic

Read More
How does C handle allocation of memory for arrays when contiguous space is unavailable?...


arrayscpointersmemorypointer-arithmetic

Read More
How does subtracting an address reference work?...


arrayscmemory-addresspointer-arithmetic

Read More
2D array manipulation with pointers...


cpointersmultidimensional-arrayimplicit-conversionpointer-arithmetic

Read More
The sum of array elements using pointer in C...


cfor-looppointerspointer-arithmetic

Read More
Why are the addresses of malloced 2D array not what I expect?...


arrayscmallocpointer-arithmetic

Read More
Traversing structs using pointer++...


arrayscpointersimplicit-conversionpointer-arithmetic

Read More
How to assign values in an array of arrays properly?...


arrayscpointer-arithmetic

Read More
BackNext