Newbetuts
.
New posts in pointer-arithmetic
For a pointer p, could p < p+1 be false in an extreme case?
c++
c
pointers
pointer-arithmetic
Pointer arithmetics with two different buffers
c++
pointers
language-lawyer
pointer-arithmetic
which one is the correct type of an array variable? (for using with pointers in C)
arrays
c
pointers
implicit-conversion
pointer-arithmetic
Does the C standard permit assigning an arbitrary value to a pointer and incrementing it?
c
pointers
language-lawyer
pointer-arithmetic
Array-syntax vs pointer-syntax and code generation?
c
arrays
pointers
pointer-arithmetic
errata
Pointer arithmetic when void has unknown size [closed]
c
visual-studio
gcc
void-pointers
pointer-arithmetic
What purpose is the lookup table serving in this code?
c
floating-point
pointer-arithmetic
square-root
elementary-functions
Pointer/Address difference [duplicate]
c
pointers
pointer-arithmetic
Address canonical form and pointer arithmetic
x86-64
access-violation
memory-address
pointer-arithmetic
aslr
Why can void pointers be subtracted but not added?
c
language-lawyer
void-pointers
pointer-arithmetic
How does this piece of code determine array size without using sizeof( )?
c
arrays
size
language-lawyer
pointer-arithmetic
Pointer Arithmetic In C
c
pointers
pointer-arithmetic
C/C++: Pointer Arithmetic
c++
c
pointers
math
pointer-arithmetic
Pointer arithmetic for void pointer in C
c
void-pointers
pointer-arithmetic
Pointer Arithmetic [closed]
c
pointers
pointer-arithmetic
With arrays, why is it the case that a[5] == 5[a]?
c
arrays
pointers
pointer-arithmetic
Prev