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
Why is address zero used for the null pointer?
Aug 15, 2022
c++
c
memory
pointers
Why aren't pointers initialized with NULL by default?
Aug 15, 2022
c++
memory
pointers
initialization
Pointers, smart pointers or shared pointers? [duplicate]
Aug 15, 2022
c++
pointers
Should I use char** argv or char* argv[]?
Aug 15, 2022
c
arrays
pointers
standards
error: ‘NULL’ was not declared in this scope
Dec 14, 2021
c++
gcc
pointers
null
Create a pointer to two-dimensional array
Aug 15, 2022
c
arrays
pointers
What does Visual Studio do with a deleted pointer and why?
Aug 15, 2022
c++
pointers
visual-studio-2012
memory-management
delete-operator
Why does the use of 'new' cause memory leaks?
Aug 15, 2022
c++
pointers
memory-leaks
new-operator
c++-faq
Why are function pointers and data pointers incompatible in C/C++?
Aug 15, 2022
c++
c
pointers
function-pointers
Can't understand this way to calculate the square of a number
Aug 15, 2022
c
arrays
pointers
c99
variable-length-array
How can I use pointers in Java?
Aug 15, 2022
java
pointers
unsafe
Passing references to pointers in C++
Sep 05, 2022
c++
pointers
reference
Does free(ptr) where ptr is NULL corrupt memory?
Aug 15, 2022
c
pointers
memory-management
null
free
What does `dword ptr` mean?
Aug 15, 2022
assembly
x86
dword
pointers
C pointers : pointing to an array of fixed size
Dec 14, 2021
c
pointers
size
Pointers in Python?
Aug 15, 2022
python
pointers
How to explain C pointers (declaration vs. unary operators) to a beginner?
Aug 15, 2022
c
pointers
Pointer to pointer clarification
Aug 15, 2022
c
pointers
Pointer expressions: *ptr++, *++ptr and ++*ptr
Aug 15, 2022
c++
c
pointers
increment
How does delete[] know it's an array?
Aug 15, 2022
c++
arrays
pointers
new-operator
delete-operator
« Newer Entries
Older Entries »