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
Typedef of a structure name to a pointer
Sep 12, 2025
c
pointers
structure
typedef
Are there any alternative sentinel values for void* besides NULL in C?
Sep 13, 2025
c
pointers
complex-data-types
Points returned by memory allocation functions
Sep 13, 2025
c
pointers
pass-by-reference
realloc
pass-by-value
What is the meaning of "wild pointer" in C?
Sep 13, 2025
c
pointers
How does one declare an array of constant function pointers in C?
Sep 13, 2025
c
arrays
pointers
constants
function-pointers
Can address of pointers in two programs be equal? [closed]
Sep 10, 2025
c
pointers
C++ idempotence of going through: pointer → reference → pointer
Sep 12, 2025
c++
pointers
reference
language-lawyer
Is it safe to pass a void pointer to function that accepts a non-void pointer?
Sep 12, 2025
c
pointers
void-pointers
Propagate constness to data pointed by member variables
Sep 12, 2025
c++
pointers
constants
smart-pointers
Array pointer data being cleared in between function calls without an explicit command?
Sep 12, 2025
c++
pointers
memory-management
what is `int *userMask[3][4]` pointing to?
Sep 12, 2025
c
arrays
pointers
Why can I implicitly convert an int literal to an int * in C but not in C++?
Sep 10, 2025
c++
c
pointers
casting
Passing a pointer to enum to a function
Sep 09, 2025
c++
pointers
enums
Is a Linked-List implementation without using pointers possible or not?
Sep 10, 2025
c++
pointers
linked-list
What do we iterate through when using pointer to an array? [duplicate]
Sep 08, 2025
c++
c
arrays
pointers
Casting structure pointers between structs containing pointers to different types?
Sep 08, 2025
c
pointers
struct
casting
size
How to add null terminator to char pointer, when using strcpy
Sep 08, 2025
c
pointers
char
malloc
strcpy
pointer to array type, or what's happening to "array decay to pointer" when adding "typedef", "const", "*" and "&"
Sep 08, 2025
c
arrays
pointers
constants
using %x to print the hex address contained in a pointer
Sep 08, 2025
c
pointers
memory-address
C Struct & Strcpy, dot operator does it resolve into a pointer
Sep 08, 2025
c
arrays
pointers
struct
« Newer Entries
Older Entries »