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
How to access an object representation according to the c++ standard?
Sep 21, 2025
c++
pointers
object
language-lawyer
undefined-behavior
C++ How to get a void pointer to a lambda function?
Sep 21, 2025
c++
function
pointers
lambda
Why is an "alignment exception" thrown when accessing an unaligned uint16 array with a pointer but not when accessing the array using subscripts?
Sep 18, 2025
arrays
pointers
exception
memory-alignment
memory-access
Passing a C++ array to Ada95
Sep 20, 2025
c++
arrays
pointers
ada
Object class members as pointers to avoid #include in headers - is it good practice?
Sep 20, 2025
class
pointers
include
header-files
forward-declaration
Conversion of slice to array pointer
Sep 20, 2025
arrays
go
pointers
type-conversion
slice
Prefixes for C/C++ data members / objects
Sep 20, 2025
pointers
naming-conventions
prefix
How can I pass a member function pointer into a function that takes a regular function pointer?
Sep 19, 2025
c++
pointers
function-pointers
member-functions
Modify null pointer field in struct through reflection in Go
Sep 19, 2025
pointers
go
reflection
null
How does printf display a string from a char*?
Sep 19, 2025
c++
pointers
char
What happens when you switch parameters when calling calloc function? [closed]
Sep 18, 2025
c
pointers
What are static pointers in RAM and how can they exist?
Sep 19, 2025
pointers
memory
static
Which one is the correct address of this char array in C?
Sep 17, 2025
c
arrays
pointers
char
Is returning a pointer to a local variable always undefined behavior [duplicate]
Sep 18, 2025
c++
function
pointers
local
undefined-behavior
Go function to return pointer of any type?
Sep 18, 2025
go
pointers
Wrapping custom type C++ pointer in Cython
Sep 18, 2025
python
c++
pointers
numpy
cython
What is a dispatch table? How can I implement it in C?
Sep 18, 2025
c
pointers
function-pointers
dispatch-table
indexing array in function from the pointer of some element
Sep 16, 2025
arrays
c
pointers
pointer-arithmetic
Older Entries »