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 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
std::find() on a vector of pointers
Apr 17, 2022
c++
pointers
vector
find
Towards understanding void pointers
Sep 05, 2022
c
pointers
gcc
void
What is the limit to the number of pointers to pointers we can have in C? [duplicate]
Sep 07, 2022
c
pointers
language-lawyer
limit
C pointers Question
Oct 22, 2022
c
pointers
Alternate way of computing size of a type using pointer arithmetic
Apr 12, 2022
c++
c
pointers
portability
casting
C++ class with static pointer
Nov 11, 2022
c++
class
pointers
static
What does double* (*p[3]) (void* (*)()); mean?
Aug 19, 2022
c
pointers
Why does decay to pointer for array argument appear not to apply to sizeof()?
Sep 24, 2022
c++
c
pointers
« Newer Entries
Older Entries »