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
pointer movement what is difference between cs[1], and *cs++
Dec 19, 2025
c
arrays
pointers
char *c="1234". Address stored in c is always the same
Dec 19, 2025
c
pointers
Strange symbols when reading text file with fgets
Dec 17, 2025
c
string
pointers
file-io
fgets
Error: In C, got the error "dereferencing pointer to incomplete type" in a struct pointer
Dec 16, 2025
c
pointers
header
struct
dereference
segmentation fault on scanning and print string in C
Dec 17, 2025
c
string
pointers
segmentation-fault
scanf
What is the meaning of int (*pt)[5] in c [duplicate]
Dec 17, 2025
c
arrays
pointers
Assigning arrays to function pointer arguments in C
Dec 17, 2025
c
arrays
pointers
What are all the ways use_count of std::shared_ptr is incremented?
Dec 17, 2025
c++
pointers
memory-management
shared-ptr
double-free
Why declaring a return value for a function that doesn't return nothing leads to run-time crash in gcc8 only
Dec 17, 2025
c++
pointers
gcc
gcc8
Resetting pointer to an array of chars
Dec 16, 2025
c
arrays
pointers
Map Iterator working for begin() but not for rbegin()
Dec 17, 2025
c++
list
pointers
dictionary
iterator
matching nullptr by T *
Dec 16, 2025
c++
pointers
c++11
metaprogramming
generic-programming
How can you create an "aligned" array of bytes and read from it?
Dec 16, 2025
swift
pointers
memory
How do I correctly free heap allocated memory?
Dec 16, 2025
pointers
rust
heap-memory
Point to a single character within a string
Dec 16, 2025
c++
string
pointers
Why is the pointer blank when it refers to a value of zero?
Dec 14, 2025
c++
pointers
char
Purpose of pointers
Dec 15, 2025
objective-c
pointers
Pointer to const in function call
Dec 15, 2025
c
pointers
constants
Two dimensional array address and corresponding pointer to its 1st element
Dec 15, 2025
c
arrays
pointers
What's the difference between int *p = &a and q = &a
Dec 14, 2025
c
pointers
« Newer Entries
Older Entries »