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
In C, why initializing pointer to 0 doesn't give compile time error?
Sep 16, 2025
c
pointers
segmentation-fault
Why is a System.Collections.List<T>.Add faster than manual memory management?
Sep 15, 2025
c#
performance
pointers
low-level
Is alignof(T*) is the same for all possible types? What about sizeof(T*)?
Sep 15, 2025
c++
pointers
language-lawyer
sizeof
alignof
simple Pointer initialization
Sep 14, 2025
c++
pointers
Pointer arithmetic across subobject boundaries
Sep 14, 2025
c++
pointers
c++11
language-lawyer
pointer-arithmetic
Create a new object from existing pointer C++
Sep 15, 2025
c++
pointers
syntax
copy-constructor
auto-ptr
void* ptr = &func; compiles with msvc without any diagnostic but both gcc and clang rejects it
Sep 15, 2025
c++
pointers
language-lawyer
function-pointers
pointer-conversion
golang function return interface pointer
Sep 13, 2025
pointers
go
syntax
interface
Is a dereferenced pointer a valid lvalue?
Sep 13, 2025
c
pointers
lvalue
Not printing string from struct in C
Sep 13, 2025
c
string
pointers
struct
How to pipe to PHP process using the proc_open() function?
Sep 13, 2025
php
pointers
pipe
stdin
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
« Newer Entries
Older Entries »