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 tell a C or a C++ compiler that pointers are not aliased
Nov 24, 2017
c++
c
pointers
pointer-aliasing
restrict-qualifier
Casting NULL to a struct pointer in C?
Oct 19, 2022
c
pointers
casting
struct
How to pass an integer pointer to a function?
Oct 22, 2022
c
function
pointers
Reading signed char using %u
Sep 11, 2022
c++
c
pointers
char
pointer-arithmetic
Address of dereferenced pointer construct
Apr 04, 2022
c
pointers
syntax
dereference
addressof
warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘char **’
Feb 17, 2021
c
pointers
Why NSNumber points to the same address when value are equals?
Mar 11, 2022
objective-c
pointers
ios
nsnumber
passing a vector between functions via pointers
Mar 25, 2022
c++
pointers
vector
Why can't I treat an array like a pointer in C?
May 12, 2022
c
arrays
pointers
dereference
memory-address
Variable declaration and their memory addresses in C
Apr 18, 2022
c
visual-c++
pointers
memory
Assignment and pointers, undefined behavior?
Apr 22, 2019
c
pointers
variable-assignment
undefined-behavior
Accessing variables in allocated memory
Sep 29, 2022
c
pointers
UnsafePointer<CGAffineTransform> from CGAffineTransform
Jun 15, 2021
swift
pointers
unsafe-pointers
Why is the mutability of a variable not reflected in its type signature in Rust?
Aug 31, 2022
pointers
rust
reference
What's the difference between *d++ and (*d)++ in C?
May 01, 2022
c
pointers
C++: Array of member function pointers to different functions
Sep 12, 2020
c++
pointers
function
Conversion of integer pointer to integer
Oct 24, 2022
c
pointers
Two pointers pointing to the same address [closed]
Aug 27, 2022
c++
c
pointers
What does string + int perform in C?
Sep 25, 2022
c
string
pointers
What is an array of constant pointers in C?
Apr 25, 2022
c
arrays
function
pointers
constants
« Newer Entries
Older Entries »