Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in pointer-arithmetic
Is apparent NULL pointer dereference in C actually pointer arithmetic?
Jun 26, 2022
c
struct
pointer-arithmetic
null-pointer
offsetof
C Fraction Arithmetic
Jul 16, 2022
c
struct
fractions
pointer-arithmetic
rational-numbers
How does a hardware trap in a three-past-the-end pointer happen even if the pointer is never dereferenced?
Dec 23, 2021
c++
cpu-architecture
pointer-arithmetic
hardware-traps
C - Why cast to uintptr_t vs char* when doing pointer arithmetic
Aug 28, 2022
c
pointers
char
pointer-arithmetic
Is arithmetic on pointers associative?
May 28, 2022
c++
pointers
pointer-arithmetic
Do pointers support "array style indexing"?
Aug 26, 2022
c
arrays
pointer-arithmetic
subscript-operator
array-indexing
In C, should I be allowed to use pointers to arrays of incomplete types?
Sep 06, 2022
c
arrays
pointers
pointer-arithmetic
incomplete-type
Pointer arithmetic using cast to "wrong" type
May 21, 2022
c++
language-lawyer
undefined-behavior
pointer-arithmetic
Can std::uintptr_t be used to avoid undefined behavior of out-of-bounds pointer arithmetic?
Jan 04, 2018
c++
pointers
pointer-arithmetic
Using void pointer to an array
Feb 24, 2017
c
pointers
void-pointers
pointer-arithmetic
Why can two std::vector iterators not be summed?
Sep 24, 2022
c++
iterator
operator-overloading
stdvector
pointer-arithmetic
Reading signed char using %u
Sep 11, 2022
c++
c
pointers
char
pointer-arithmetic
Difference between two pointer variables [duplicate]
Oct 13, 2017
c
pointers
pointer-arithmetic
Pointer/Address difference [duplicate]
Sep 28, 2022
c
pointers
pointer-arithmetic
uintptr_t portable alternative
Nov 10, 2018
visual-c++
memory
alignment
pointer-arithmetic
What are the differences between a+i and &a[i] for pointer arithmetic in C++?
Nov 05, 2022
c++
language-lawyer
pointer-arithmetic
What is the correct way to temporarily cast void* for arithmetic?
Mar 16, 2022
c
valgrind
memcpy
void-pointers
pointer-arithmetic
Pointer to one before first element of array
Nov 15, 2022
c
language-lawyer
pointer-arithmetic
Pointer arithmetic around cast
Oct 27, 2022
c
casting
pointer-arithmetic
Is "int *ptr = *( ( &a ) + 1 );" where "a" is int[5] well-defined by the Standard?
Jun 01, 2022
c
arrays
pointers
language-lawyer
pointer-arithmetic
« Newer Entries
Older Entries »