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 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
what is the "pointer to a pointer" in c language? [duplicate]
Dec 15, 2025
c
pointers
operators
structure
shared_ptr with = symbol not allowed
Dec 15, 2025
c++
pointers
shared-ptr
smart-pointers
char array and pointer -- can somebody explain the following output?
Dec 15, 2025
c
pointers
Incompatible integer to pointer conversion assigning to 'CGFloat *' (aka 'float *') from 'int'
Dec 14, 2025
ios
pointers
uiscrollview
cgfloat
How to correctly allocate memory for a structure in a function to return its value for later use and how to cast a structure into a pointer?
Dec 13, 2025
c
pointers
memory
struct
« Newer Entries
Older Entries »