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 void-pointers
copy to void* pointer
Sep 18, 2025
c
copy
void-pointers
Is it safe to pass a void pointer to function that accepts a non-void pointer?
Sep 12, 2025
c
pointers
void-pointers
Incompatible pointer type warning with pointer-to-pointer types when passing char** to void** function parameter
Sep 08, 2025
c
pointers
void-pointers
gcc-warning
pointer-to-pointer
Is there a way to make a single function operate on different structures (having common members) in c
Sep 07, 2025
c
struct
void-pointers
function prototype with void* parameter
Mar 24, 2023
c
void-pointers
function-prototypes
How do I dynamically cast from a void * pointer generically?
Mar 11, 2023
c++
void-pointers
dynamic-cast
Test for void pointer in C++ before deleting
Feb 28, 2023
c++
memory
valgrind
void-pointers
delete-operator
Does delete need to be used for new'd arrays created in vector?
Jan 31, 2023
c++
arrays
pointers
vector
void-pointers
Why do I Have to reinterpret_cast Pointer Pointers?
Jan 30, 2023
c++
void-pointers
reinterpret-cast
static-cast
double-pointer
typecast to (void *) when passing pointer to object
Jan 29, 2023
c
pointers
types
casting
void-pointers
Do I need to/can I free a void pointer in C?
Jan 02, 2023
c
pointers
void
void-pointers
Arithmetic with void pointers in C++
Dec 24, 2022
c++
pointers
void-pointers
Iterating over an array cast as void*
Dec 20, 2022
c
casting
void-pointers
Comparing struct pointers, casting away members, and UB
Dec 20, 2022
c
casting
undefined-behavior
void-pointers
strict-aliasing
Can we call (void *)0 a void pointer in C?
Dec 20, 2022
c
pointers
null
void-pointers
null-pointer
static_cast'd pointer value
Feb 06, 2023
c++
language-lawyer
c++17
void-pointers
static-cast
Why can't we use a void* to operate on the object it addresses
Sep 03, 2025
c++
void-pointers
operation
How to use buffer overflow to modify function pointer value?
Sep 03, 2025
c
security
function-pointers
buffer-overflow
void-pointers
The validity of casting in the 'function pointer' version of K&R's qsort
Sep 02, 2025
c
casting
language-lawyer
void-pointers
kernighan-and-ritchie
How void pointer arithmetic is happening in GCC
Sep 02, 2025
c
pointers
gcc
void-pointers
pointer-arithmetic
Older Entries »