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 is the reason to initialize or assign an empty string literal to a pointer to char in C, or a pointer to const char in C++?
Mar 14, 2026
c++
c
pointers
char
string-literals
I am trying to create an array of objects inside a header file which is failing (Starting C++ Programmer)
Mar 14, 2026
c++
arrays
pointers
object
header
Run-time detection of memory deletion
Mar 13, 2026
c++
windows
pointers
memory-corruption
Simple C pointer issue
Mar 14, 2026
c
pointers
memory-corruption
Does reassignment of pointers acquired by reinterpret_cast from raw memory cause UB?
Mar 12, 2026
c++
pointers
language-lawyer
undefined-behavior
reinterpret-cast
why dereferencing on a address gives "invalid indirect" error in golang?
Mar 13, 2026
go
pointers
memory-address
dereference
TypeDefs and Pointers
Mar 12, 2026
c
pointers
typedef
change of vectors first pointer
Mar 11, 2026
c++
pointers
vector
insert
Dereferencing an array of void pointers
Mar 12, 2026
c++
pointers
c++: invalid initialization of reference of type 'const int*&' from expression of type 'int*'
Mar 12, 2026
c++
pointers
reference
initialization
Understanding a structure which contains a pointer of its own type
Mar 11, 2026
c
pointers
data-structures
struct
free memory outside a void function where it is allocated
Mar 10, 2026
c
pointers
malloc
Can someone help me find the segfault here?
Mar 11, 2026
c
pointers
segmentation-fault
trie
Pointer to a function - A different approach of declaring
Mar 12, 2026
c
pointers
Are pointers arrays?
Mar 12, 2026
c++
c
arrays
pointers
What's The difference between *(a[1]) and *(*a+1) in C?
Mar 10, 2026
c
pointers
Is there a way to call a function expecting a pointer without creating variable?
Mar 09, 2026
c++
pointers
fastest way to pass large objects
Mar 11, 2026
c++
performance
pointers
optimization
reference
Ctypes: Get a pointer to a struct field
Mar 10, 2026
python
pointers
struct
ctypes
« Newer Entries
Older Entries »