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
Conversion of pointer-to-pointer between derived and base classes?
Mar 29, 2022
c++
inheritance
pointers
subtyping
C++ pointer and reference with new keyword when instantiating
Nov 08, 2022
c++
class
pointers
reference
deleting multiple pointers in one line. c++ [duplicate]
Apr 18, 2017
c++
pointers
comma-operator
How to return a pointer as a function parameter
Sep 18, 2022
c++
c
pointers
I have three loops over an array of (char*) elements in C. Why does the third fail?
Nov 04, 2022
c
arrays
pointers
memory-address
How to replace pointers with references in C++?
Sep 18, 2022
c++
pointers
reference
Are non dereferenced iterators past the "one past-the-end" iterator of an array undefined behavior?
Sep 28, 2019
c++
arrays
pointers
iterator
language-lawyer
Whats the difference between Reference and Pointer return types in C++
Apr 18, 2019
c++
pointers
reference
coding-style
address-operator
Is this[0] safe in C++?
Sep 19, 2022
c++
arrays
pointers
language-lawyer
this-pointer
Does a C++ style cast operator change the pointer it casts?
May 29, 2019
c++
inheritance
pointers
casting
type-conversion
Does "int (*)[]" decay into "int **" in a function parameter?
Oct 24, 2022
c
arrays
function
pointers
language-lawyer
Custom errors in golang and pointer receivers
Sep 18, 2022
pointers
go
error-handling
pass-by-reference
Pointer initialisation gives segmentation fault
Aug 23, 2022
c
pointers
segmentation-fault
variable-assignment
Decrementing a pointer out of bounds; incrementing it into bounds [duplicate]
Sep 24, 2022
c
pointers
undefined-behavior
C: finding the number of elements in an array[]
Oct 16, 2022
c
arrays
pointers
Is there a difference between int *x and int* x in C++? [duplicate]
May 22, 2017
c++
variables
pointers
naming-conventions
declaration
What does having two asterisk ** in Objective-C mean?
Mar 21, 2018
objective-c
pointers
Changing an array with a function in C?
Apr 05, 2022
c
arrays
function
pointers
Can the following code be true for pointers to different things
Nov 10, 2022
c
pointers
language-lawyer
Copy one pointer content to another
Sep 17, 2022
c
pointers
« Newer Entries
Older Entries »