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
Can the assignment of a shared_ptr trash the `this` pointer
Nov 13, 2022
c++
pointers
dictionary
this-pointer
Memory management during function call
Nov 28, 2019
c
arrays
pointers
memory-management
parameter-passing
why can't we pass the pointer by reference in C?
Sep 12, 2017
c
pointers
pass-by-reference
Function Pointers - Why does this code crash?
May 19, 2022
c
function
pointers
crash
function-pointers
Compiler Error: Invalid Conversion from int* to unsigned int* [-fpermissive]
Jul 31, 2022
c++
pointers
compiler-errors
integer
unsigned-integer
C++ Read Memory Address / Pointer & Offset
Apr 11, 2022
c++
pointers
memory
offset
In C, why can't an integer value be assigned to an int* the same way a string value can be assigned to a char*?
Apr 24, 2022
c
pointers
char
int
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
« Newer Entries
Older Entries »