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
Difference between a simple variable i and *(&i);
Jun 05, 2019
c
pointers
variables
Segmentation fault when using vectors in the class and constructor
Sep 12, 2022
c++
pointers
vector
segmentation-fault
What is a pointer to array, int (*ptr)[10], and how does it work?
Oct 11, 2022
c++
arrays
c
pointers
pointer-to-array
How to remove smart pointers from a cache when there are no more references?
Jun 21, 2018
c++
caching
pointers
boost
smart-pointers
Cast pointer to member function to normal pointer
Sep 22, 2022
c++
pointers
casting
C - how do you access value from a pointer to a pointer to that value?
Aug 17, 2018
c
pointers
how to print char array in c++
Oct 21, 2022
c++
arrays
pointers
char
Shmget: Invalid argument. Why i get this error?
Oct 30, 2022
c
memory
pointers
shared
Using class pointers vs instance
Nov 13, 2022
c++
class
pointers
postincrement in Left side
Feb 13, 2022
c
pointers
Is it a memory leak to push_back a pointer into a vector of pointers?
May 21, 2022
c++
pointers
memory-leaks
vector
c++11
What's meaning of these volatile with pointers in C ?
Oct 21, 2022
c
pointers
volatile
Is it possible to hash pointers in portable C++03 code?
Nov 04, 2022
c++
pointers
hash
language-lawyer
When a pointer is created in scope, what happens to the pointed to variable when the pointer goes out of scope?
Sep 23, 2022
c++
pointers
memory
scope
Rule for Go Pointers, References, Dereferencing:
Sep 11, 2022
pointers
reference
go
pass-by-reference
Why isn't observer_ptr zeroed after a move?
Apr 08, 2022
c++
pointers
c++11
move
Accesing a 2D array using a single pointer
Sep 12, 2022
c
arrays
pointers
In C, should I be allowed to use pointers to arrays of incomplete types?
Sep 06, 2022
c
arrays
pointers
pointer-arithmetic
incomplete-type
Why can't I use a pointer to a specific type where *interface{} is expected?
Nov 08, 2022
pointers
go
typechecking
What's the difference between char and char* in C++?
Apr 14, 2022
c++
pointers
« Newer Entries
Older Entries »