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 dereference
Understanding pointers with a swap program in C
Mar 10, 2022
c
pointers
dereference
address-operator
Is size of char * same as size of int *?
Jan 04, 2020
c
pointers
assembly
dereference
C structure pointer dereferencing speed
Oct 31, 2022
c++
c
pointers
local
dereference
How do I dereference a hash that's been returned from a method of a class?
Aug 18, 2022
perl
class
hash
dereference
C++ - Get value of a particular memory address
Nov 07, 2022
c++
pointers
memory
dereference
memory-address
In C++, do dereferencing and getting index zero do the same tihng?
May 26, 2022
c++
pointers
dereference
What is the difference between scanf("%d", *p) and scanf("%d", p)?
Apr 09, 2019
c
arrays
pointers
dereference
Why are trait bounds for Send on trait implementations ignored?
Oct 17, 2021
generics
rust
dereference
Why does Autovivification occur with keys() and not %{..}?
Jun 02, 2021
perl
hash
key
dereference
autovivification
Dereference arbitrary memory location in C
Aug 29, 2021
c
memory
pointers
dereference
Why does Rust not perform implicit deref coercion in match patterns?
Nov 07, 2022
rust
dereference
coercion
At what point does dereferencing the null pointer become undefined behavior?
Sep 25, 2022
c++
object
null
undefined-behavior
dereference
Address of dereferenced pointer construct
Apr 04, 2022
c
pointers
syntax
dereference
addressof
Why can't I treat an array like a pointer in C?
May 12, 2022
c
arrays
pointers
dereference
memory-address
What is the meaning of "**&ptr" and "2**ptr" of C pointer?
Sep 14, 2022
c
pointers
reference
dereference
Resolving outer-scope references in a javascript function for serialization
Mar 05, 2022
javascript
function
serialization
abstract-syntax-tree
dereference
What exactly does mean the term "dereferencing" an object?
Aug 26, 2022
c#
dereference
Rules for returning fake object reference in C++
May 03, 2022
c++
c++11
reference
semantics
dereference
Why is unique_ptr operator* not noexcept? [duplicate]
Sep 21, 2022
c++
unique-ptr
dereference
noexcept
Confusion about dereference operator ("*") in C
Oct 28, 2022
c
arrays
dereference
« Newer Entries
Older Entries »