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
Pointer arithmetic and casting
Oct 26, 2025
c++
pointer-arithmetic
Why does integer promotion in pointer arithmetic behave differently in 64bit code than it does in 32bit code?
Oct 27, 2025
c++
pointer-arithmetic
Is pointer arithmetic still well defined after casting with alignment violation?
Oct 24, 2025
c
undefined-behavior
memory-alignment
c11
pointer-arithmetic
Can I move between contiguous sequences of fields of the same type in a struct using pointer arithmetic without alignof?
Oct 26, 2025
c
pointers
struct
memory-alignment
pointer-arithmetic
Can you cast a "pointer to a function pointer" to void*
Oct 18, 2025
c
language-lawyer
function-pointers
c11
pointer-arithmetic
understanding the difference between pointer dereference and array indexing
Oct 17, 2025
arrays
c
pointers
dereference
pointer-arithmetic
Are XOR linked lists still allowed in C++17?
Sep 19, 2025
c++
c++17
pointer-arithmetic
xor-linkedlist
indexing array in function from the pointer of some element
Sep 16, 2025
arrays
c
pointers
pointer-arithmetic
Pointer arithmetic across subobject boundaries
Sep 14, 2025
c++
pointers
c++11
language-lawyer
pointer-arithmetic
Portable and safe way to add byte offset to any pointer
Sep 07, 2025
c++
pointers
c++11
pointer-arithmetic
Memory hack to transpose matrix corrupts stack, C++
Mar 16, 2023
c++
pointers
stack
pointer-arithmetic
stack-corruption
increment of pointer to array
Mar 12, 2023
c++
arrays
pointers
pointer-arithmetic
Printing a string in C with pointer arithmetic including arrays, integers and pointers
Feb 24, 2023
c
arrays
char
pointer-arithmetic
How do I apply a structure offset?
Feb 21, 2023
c
visual-c++
pointers
struct
pointer-arithmetic
Pointer arithmetic disguised &(array[0])
Dec 28, 2022
c++
c
pointers
pointer-arithmetic
Pointer arithmetic and arrays: what's really legal?
Dec 24, 2022
c
arrays
pointers
pointer-arithmetic
Pointer Arithmetic with structures
Dec 14, 2022
c
pointers
pointer-arithmetic
Subtraction between pointers of different type [duplicate]
Dec 10, 2022
c
pointers
subtraction
pointer-arithmetic
Are the following statements using pointer arithmetic involving out of bound aceess valid?
Nov 30, 2022
c
arrays
pointers
undefined-behavior
pointer-arithmetic
How void pointer arithmetic is happening in GCC
Sep 02, 2025
c
pointers
gcc
void-pointers
pointer-arithmetic
Older Entries »