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
Is there any advantage to moving a pointer?
May 21, 2026
c++
pointers
move-semantics
pointer argument receiving address in c++?
May 20, 2026
c++
pointers
address-operator
How to write a pointer to std::cerr?
May 20, 2026
c++
pointers
iostream
stderr
How can I use free when I used ** ( double pointer )?
May 20, 2026
c
pointers
memory-management
struct
free
C++ Why it's not the same address (pointers)
May 21, 2026
c++
c++11
pointers
smart-pointers
Binding const T (&ref)[N] to object of type T[N]
May 20, 2026
c++
arrays
pointers
c++11
reference
How To Limit Object Creation to Pointer only in C++
May 19, 2026
c++
pointers
What is the purpose of a constant pointer in c++?
May 19, 2026
c++
pointers
reference
constants
Is the difference between the addresses of a function's parameters always 4 bytes?
May 19, 2026
c
function
pointers
parameters
Strange pointer problem
May 20, 2026
c
pointers
Is it safe to reinterpret_cast<bool*> zeroed out memory?
May 19, 2026
c++
pointers
casting
boolean
How does Rust know how big any of the smart pointer types are supposed to be?
May 18, 2026
pointers
rust
slice
Get linked-list data to String array in C
May 18, 2026
arrays
c
pointers
multidimensional-array
linked-list
Golang how to range in pointer array
May 19, 2026
arrays
pointers
go
How to parse *(void **) (&cosine) if cosine is a fptr
May 19, 2026
c++
c
pointers
function-pointers
Enclosed Variable Overridden In Loop
May 19, 2026
pointers
go
why a junk value is coming when I am trying to find difference of struct pointers?
May 18, 2026
c
pointers
struct
could you tell me why does this code crash?
May 18, 2026
c++
class
function
pointers
crash
How to fix this error :pointer being freed was not allocated
May 18, 2026
c++
pointers
linked-list
dynamic-memory-allocation
What is the difference between (*ptr).f() and ptr->f()? [duplicate]
May 18, 2026
c++
pointers
« Newer Entries
Older Entries »