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
How does delete[] know it's an array?
Aug 15, 2022
c++
arrays
pointers
new-operator
delete-operator
How do I do a literal *int64 in Go?
Aug 15, 2022
pointers
go
struct
literals
Declaring pointers; asterisk on the left or right of the space between the type and name? [duplicate]
Aug 15, 2022
c++
c
pointers
Why is x[0] != x[0][0] != x[0][0][0]?
Aug 15, 2022
c++
arrays
pointers
constant pointer vs pointer on a constant value [duplicate]
Aug 15, 2022
c
pointers
constants
What's the point of const pointers?
Aug 30, 2022
c++
c
pointers
constants
"<type> is pointer to interface, not interface" confusion
Dec 14, 2021
pointers
go
interface
C: differences between char pointer and array [duplicate]
Dec 14, 2021
c
arrays
pointers
Function Pointers in Java
Aug 15, 2022
java
pointers
delegates
function-pointers
Why do C++ libraries and frameworks never use smart pointers?
Aug 26, 2022
c++
api
pointers
smart-pointers
Is it good practice to NULL a pointer after deleting it?
Dec 14, 2021
c++
pointers
null
dynamic-allocation
Should I store entire objects, or pointers to objects in containers?
Dec 14, 2021
c++
stl
pointers
Value receiver vs. pointer receiver
Aug 15, 2022
function
pointers
go
How to cast/convert pointer to reference in C++
Aug 15, 2022
c++
pointers
casting
reference
type-conversion
In C, why do some people cast the pointer before freeing it?
Aug 15, 2022
c
pointers
casting
What do people find difficult about C pointers? [closed]
Aug 14, 2022
c
pointers
Returning an array using C
Aug 14, 2022
c
arrays
pointers
char
How do pointer-to-pointer's work in C? (and when might you use them?)
Dec 14, 2021
c
pointers
Can I use if (pointer) instead of if (pointer != NULL)?
Aug 14, 2022
c++
pointers
if-statement
null
null-pointer
Why is 'this' a pointer and not a reference?
Oct 21, 2022
c++
pointers
reference
this
c++-faq
« Newer Entries
Older Entries »