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
Why pointer (*) and array ([]) symbols are bound to variable name and not to type in variable declaration?
Oct 18, 2025
c
arrays
pointers
declaration
language-design
Safely convert 2 bytes to short
Oct 17, 2025
c++
pointers
casting
byte
short
Checking typedef defined function pointer for null
Oct 17, 2025
c
pointers
null
function-pointers
understanding the difference between pointer dereference and array indexing
Oct 17, 2025
arrays
c
pointers
dereference
pointer-arithmetic
Confuse about & and * in the C++
Oct 17, 2025
c++
pointers
reference
Intel HD Graphics violates OpenCL specification regarding SVM?
Oct 16, 2025
pointers
opencl
svm
nvidia
intel
Add addresses of Objects to a vector in loop
Oct 17, 2025
c++
loops
pointers
How can I store a 64-bit memory address in a variable?
Oct 17, 2025
c
pointers
Can a struct have a member which is a pointer to a struct of the same type?
Oct 15, 2025
c
pointers
struct
qualifiers
Static array initialization in C
Oct 17, 2025
c
arrays
pointers
Print adresses with printf %016x vs %p on 64bit systems [duplicate]
Oct 17, 2025
c
pointers
printf
Does Kotlin have pointers?
Oct 17, 2025
pointers
kotlin
Pass C struct as "deep" const
Oct 16, 2025
c
pointers
struct
const-correctness
C warning: incompatible pointer types passing [duplicate]
Oct 15, 2025
c
pointers
parameters
pthreads
incompatibletypeerror
Is assigning a struct variable to itself (via pointer dereferencing) defined behaviour?
Oct 16, 2025
c
pointers
struct
memcpy
golang type assertion, what the different between interface{}(pointer) and interface{}(object)?
Oct 15, 2025
pointers
go
type-assertion
C dead code detection while using ARM compiler
Oct 14, 2025
c
function
pointers
embedded
dead-code
How to return an object or struct from a method in MQL?
Oct 14, 2025
class
pointers
struct
mql4
Can I trust (uintptr_t)NULL to be equal to zero?
Oct 14, 2025
c
pointers
null
address of pointer to C multi-dimension array
Oct 14, 2025
c
arrays
pointers
dereference
Older Entries »