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
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
Create char from char* that includes escape character
Nov 19, 2022
c
pointers
char
How to refer to recursive structs through pointers using vectors
Dec 08, 2018
c++
pointers
vector
struct
How to handle a map with pointers?
May 17, 2022
c++
pointers
map
strcmp with pointers not working in C
Nov 02, 2022
c
pointers
strcmp
C++ can't initialize a pointer in a pair to NULL
Aug 22, 2022
c++
pointers
null
std-pair
Accessing std::vector elements via pointers vs end()
Aug 20, 2018
c++
pointers
c++11
Why do I not get a warning for casting a pointer to an int?
Sep 12, 2022
c
pointers
casting
int
C++ Pointer Deep Copy
Jun 21, 2020
c++
pointers
deep-copy
« Newer Entries
Older Entries »