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
What's the point of having pointers in Go?
Aug 16, 2022
pointers
go
How to increment a pointer address and pointer's value?
Aug 16, 2022
c
pointers
What is a "fat pointer"?
Aug 16, 2022
pointers
rust
Reason to Pass a Pointer by Reference in C++?
Aug 16, 2022
c++
pointers
reference
Can I call memcpy() and memmove() with "number of bytes" set to zero?
Aug 16, 2022
c++
c
pointers
memcpy
memmove
How to declare std::unique_ptr and what is the use of it?
Aug 16, 2022
c++
pointers
std
unique-ptr
Why does this code segfault on 64-bit architecture but work fine on 32-bit?
Dec 14, 2021
c
pointers
segmentation-fault
Difference between std::reference_wrapper and simple pointer?
Aug 16, 2022
c++
pointers
c++11
reference
reference-wrapper
What can I use instead of the arrow operator, `->`?
Dec 14, 2021
c++
pointers
Why do linked lists use pointers instead of storing nodes inside of nodes
Aug 16, 2022
c++
pointers
linked-list
Difference between *ptr += 1 and *ptr++ in C
Aug 16, 2022
c
pointers
post-increment
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
« Newer Entries
Older Entries »