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
Casting a constexpr value to a pointer via reinterpret cast
Oct 25, 2025
c++
pointers
casting
constexpr
realloc crashes when pointer has an offset
Oct 26, 2025
c
arrays
pointers
realloc
How do I access objects from a vector of "pointer-to-objects" in c++
Oct 25, 2025
c++
pointers
vector
Why does memcpy into a buffer and a pointer to the buffer work the same?
Oct 26, 2025
c
string
pointers
buffer
memcpy
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
How does return work for a function local variable? [duplicate]
Oct 26, 2025
c
function
pointers
return
local-variables
Returning an array of pointers from a function
Oct 26, 2025
c
arrays
pointers
How can I define a pointer to variable length array (VLA) in a struct (or equivalent)?
Oct 25, 2025
arrays
c
pointers
struct
variable-length-array
Storing Zero-Sized type instance into a null pointer
Oct 25, 2025
pointers
rust
undefined-behavior
unsafe
C/C++ : Deallocating or deleting a block of dynamically created memory [duplicate]
Oct 25, 2025
c++
c
pointers
dynamic-memory-allocation
Possible memory leak when returning pointer (array) (C++)
Oct 25, 2025
c++
pointers
memory-management
memory-leaks
Why can't methods with pointer and non-pointer receivers have the same name in Go?
Oct 25, 2025
pointers
methods
go
types
Calculating length of uninitialized char array
Oct 23, 2025
c
arrays
pointers
char
sizeof
Char pointer pointing to char array instead of single char?
Oct 24, 2025
c++
pointers
dictionary
char
c++ defining a static member of a template class with type inner class pointer
Oct 24, 2025
class
static
templates
pointers
member
Assign integer literal to pointer?
Oct 23, 2025
c++
c
pointers
warning C4090: 'function' : different 'const' qualifiers
Oct 22, 2025
c
pointers
Rust, Copy Trait not working with a type when it uses generic
Oct 24, 2025
pointers
generics
rust
copy
Any reason to use raw pointers to do RAII? C++11/14
Oct 21, 2025
c++
pointers
smart-pointers
Trying to understand UNIX system calls on XV6
Oct 24, 2025
c
arrays
pointers
unix
xv6
« Newer Entries
Older Entries »