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
Dereferencing a void pointer
Apr 16, 2022
c
pointers
Is fetching the value of an invalid pointer undefined or implementation defined behaviour in C?
Oct 14, 2022
c
pointers
undefined-behavior
invalid-pointer
Using shared_from_this() without managed shared pointer in C++11
Jul 06, 2022
c++
pointers
c++11
std
shared-ptr
Can the pointer in a struct pointer method be reassigned to another instance?
Oct 17, 2022
pointers
methods
go
tree
Function template overload resolution with a pointer argument
Sep 16, 2022
c++
pointers
overload-resolution
function-templates
template-argument-deduction
C++: Difference between setting a pointer to nullptr and initializing it as a new variable type
Aug 15, 2022
c++
pointers
new-operator
nullptr
how av_freep in ffmpeg works?
Jul 16, 2022
c
pointers
ffmpeg
c++: Behavior of push_back() and back() with pointers
Nov 23, 2021
c++
list
pointers
Is the same Empty returned when it matched in a function?
Nov 17, 2022
pointers
haskell
Returning multidimensional arrays from a function in C
Mar 30, 2022
c
arrays
function
pointers
multidimensional-array
Pointer methods on non pointer types
Aug 27, 2022
pointers
go
methods
using type alias doesn't work with "const" pointer
Jun 25, 2022
c++
c++11
pointers
constants
using
Assigning values to all the elements of a dynamically allocated pointer array?
Nov 14, 2022
c++
arrays
pointers
dynamic-memory-allocation
Casting pointers to const in container types
Feb 27, 2022
c++
pointers
casting
containers
constants
When to use a void pointer over a char pointer?
Sep 24, 2022
c
pointers
void
void-pointers
Why in this example there is "for(auto& x : v)" and not "for(auto x : &v)"?
Mar 23, 2022
c++
pointers
reference
Should a variable of type float* point to a single float or a sequence of floats?
Jul 18, 2022
c
pointers
Is the equality relation of pointers after round-trip conversion guaranteed to be transitive?
Apr 17, 2022
c
pointers
language-lawyer
void-pointers
Subtracting 1 vs decrementing an iterator
Sep 13, 2022
c++
pointers
iterator
undefined-behavior
pointer-arithmetic
passing pointers from C to C++ and vice versa
Jun 13, 2017
c++
c
pointers
« Newer Entries
Older Entries »