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 pointers
What is the address of buf (the local variable in the main function)?
Mar 10, 2026
c
pointers
gdb
memory-address
What does that mean when we say uintptr stores the uninterpreted bits of a pointer value?
Mar 09, 2026
pointers
go
C pointers and array declaration
Mar 10, 2026
c
pointers
CUDA: __restrict__ tag usage
Mar 08, 2026
pointers
memory
memory-management
cuda
Why changing the reference of a pointer doesn't change it's original value?
Mar 10, 2026
c++
pointers
Loading address in 16 bit mode
Mar 10, 2026
c
memory
pointers
assembly
x86
C++ forbidden pointer to pointer conversion
Mar 08, 2026
c++
pointers
type-conversion
A queue using structs and dynamic memory allocation
Mar 09, 2026
c
pointers
struct
linked-list
In C, why does incrementing a pointer adds the size of the type the pointer is referring to instead of 1? [duplicate]
Mar 09, 2026
c
pointers
Pointer in C (while(*s1++ = *s2++))
Mar 09, 2026
c
pointers
operator-precedence
How to define a pointer pointing to a constexpr variable?
Mar 08, 2026
c++
pointers
constexpr
Is a C++ reference to an object analogous to a double pointer in C?
Mar 09, 2026
c++
c
pointers
reference
Generic template pointer in template class
Mar 09, 2026
c++
class
templates
pointers
C - get chars from part of byte array
Mar 08, 2026
c
pointers
char
arrays
Pointer initialization
Mar 08, 2026
c++
pointers
Template in a Template of a different types problem
Mar 08, 2026
c++
templates
pointers
compiler-errors
Vector calling destructors when reallocating
Mar 07, 2026
c++
arrays
pointers
dynamic
for loop including pointer
Mar 07, 2026
c++
pointers
Multi-dimensional arrays and pointers in C++
Mar 08, 2026
c++
arrays
pointers
multidimensional-array
Golang : Get the value from list element [duplicate]
Mar 07, 2026
pointers
go
structure
panic
Older Entries »