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
Assigning a type uintptr to uint64 in Golang
Oct 04, 2018
pointers
go
variable-assignment
Difference between &Struct{} vs Struct{}
Oct 01, 2018
pointers
struct
go
initialization
difference
dereferencing pointer to integer array
Sep 22, 2019
c
pointers
What is "null pointer assignment error"?
Sep 22, 2022
c
pointers
What happens when a casted pointer has an increment operator?
Nov 19, 2022
c++
c
pointers
compiler-construction
programming-languages
Why doesn't C++ enforce const on pointer data? [duplicate]
Feb 05, 2022
c++
pointers
constants
Is C/C++ pointer keeps absolute memory address, or relative to application, or relative to module?
Aug 24, 2022
c++
pointers
memory-address
What is the difference between a Pointer and a Handle
Mar 28, 2017
.net
pointers
clr
handle
Casting pointer to object to void * in C++
Feb 10, 2022
c++
pointers
casting
What is the difference between int* x[n][m] and int (*x) [n][m]?
Sep 06, 2022
c++
c
pointers
How do the operators < and > work with pointers?
Jul 09, 2017
c++
c
pointers
comparison
operators
Casting a pointer does not produce an lvalue. Why?
Oct 16, 2018
c
pointers
casting
lvalue
Function pointers and callbacks in C
Aug 29, 2022
c
function
pointers
callback
Can we assign a value to a given memory location?
Mar 03, 2019
c
memory
pointers
MISRA incrementation in C
Jun 13, 2018
c
pointers
embedded
misra
Casting pointer to void
Nov 09, 2022
c
pointers
void
dereferencing type-punned pointer will break strict-aliasing rules
Nov 16, 2017
c
pointers
gcc
From []byte to char*
Nov 08, 2022
c
pointers
go
cgo
Assigning a reference by dereferencing a NULL pointer
Sep 23, 2022
c++
pointers
reference
undefined-behavior
null-pointer
Passing by pointer
Sep 22, 2022
c++
pointers
« Newer Entries
Older Entries »