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 and when is worth using pointer to pointer? [duplicate]
Apr 10, 2022
c++
pointers
Getting the size of the data of a Pointer
May 24, 2022
c
pointers
memory-management
sizeof
What's the difference between delete-ing a pointer and setting it to nullptr? [duplicate]
Nov 12, 2022
c++
pointers
memory
heap-memory
dangling-pointer
In C, can an address of a pointer be 0?
Oct 17, 2022
c
pointers
Why is `++` for Haskell List implemented recursively and costs O(n) time?
Dec 19, 2021
list
pointers
haskell
recursion
functional-programming
What's with unique_ptr::get() instead of &*?
Aug 24, 2022
c++
pointers
smart-pointers
unique-ptr
C++ alternatives to void* pointers (that isn't templates)
May 25, 2022
c++
templates
pointers
polymorphism
C: Segmentation Fault while using printf
Apr 16, 2022
c
pointers
printf
segmentation-fault
Is an array argument passed to a function not a constant pointer?
Nov 12, 2022
c++
c
arrays
pointers
Why is memory alignment required? [duplicate]
Nov 03, 2022
c++
c
memory
pointers
memory-alignment
What is the difference between scanf("%d", *p) and scanf("%d", p)?
Apr 09, 2019
c
arrays
pointers
dereference
What's the difference between "int *a[5]" and int(*a)[5]"? [duplicate]
Aug 20, 2022
c++
c
arrays
pointers
*(a++) is giving error but not *(a+1)?? where a is array name?
Oct 17, 2022
c
arrays
pointers
Passing a modifiable parameter to c++ function
Oct 19, 2022
c++
pointers
parameters
reference
Why are pointers and recursion looked upon as a complicated issues?
Aug 18, 2022
pointers
recursion
Pointer to Function Pointer
Sep 06, 2022
c
pointers
function-pointers
Are array of pointers to different types possible in c++?
Nov 15, 2022
c++
arrays
pointers
Switch pointers in a function in the C programming language
Mar 27, 2022
c++
c
pointers
function
swap
Difference between char* and char** (in C)
Sep 13, 2017
c
string
pointers
Why can't you access the address space of another process since Windows 95?
Sep 30, 2022
c++
c
windows
winapi
pointers
« Newer Entries
Older Entries »