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
C pointer arithmetic
Jul 04, 2022
c
pointer-arithmetic
Most efficient pointer arithmetic type in c
May 26, 2021
c
performance
pointers
pointer-arithmetic
C weird array syntax in multi-dimensional arrays
Sep 21, 2022
c
arrays
multidimensional-array
pointer-arithmetic
void* vs. char* pointer arithmetic
Sep 25, 2022
c
pointers
pointer-arithmetic
Why does adding to a pointer with += work, but pointer + 1 doesn't?
Nov 12, 2022
c
pointers
pointer-arithmetic
C/C++: Pointer Arithmetic
Aug 13, 2022
c++
c
pointers
math
pointer-arithmetic
What is the rationale of making subtraction of two pointers not related to the same array undefined behavior? [duplicate]
Nov 03, 2022
c++
language-lawyer
pointer-arithmetic
Order of operations for dereference and bracket-ref in C
Jun 07, 2022
c
pointers
pointer-arithmetic
Pointer arithmetic for structs
Sep 15, 2022
c
pointers
struct
pointer-arithmetic
c++ interesting syntax for printing new line in std::cout [duplicate]
Sep 12, 2022
c++
arrays
pointer-arithmetic
What is the rationale for limitations on pointer arithmetic or comparison?
Oct 14, 2022
c++
c
pointers
language-lawyer
pointer-arithmetic
Can you compare nullptr to other pointers for order? Is it always smaller?
Sep 05, 2022
c++
comparison-operators
pointer-arithmetic
nullptr
How to avoid pointer arithmetic when using char** argv
Aug 27, 2022
c++
command-line-arguments
clang++
pointer-arithmetic
clang-static-analyzer
Pointer arithmetic in Go
Dec 16, 2021
pointers
go
pointer-arithmetic
Set shared_ptr with new_pointer that is old_pointer + offset
Sep 02, 2022
c++
shared-ptr
smart-pointers
pointer-arithmetic
Can ptrdiff_t represent all subtractions of pointers to elements of the same array object?
Sep 02, 2022
c++
arrays
language-lawyer
pointer-arithmetic
ptrdiff-t
Accessing array values via pointer arithmetic vs. subscripting in C
Aug 30, 2022
objective-c
c
arrays
pointers
pointer-arithmetic
For a pointer p, could p < p+1 be false in an extreme case?
Aug 28, 2022
c++
c
pointers
pointer-arithmetic
Pointer arithmetics with two different buffers
Oct 01, 2022
c++
pointers
language-lawyer
pointer-arithmetic
Does the C standard permit assigning an arbitrary value to a pointer and incrementing it?
Aug 27, 2022
c
pointers
language-lawyer
pointer-arithmetic
« Newer Entries
Older Entries »