Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in void-pointers

copy to void* pointer

c copy void-pointers

Is it safe to pass a void pointer to function that accepts a non-void pointer?

c pointers void-pointers

Incompatible pointer type warning with pointer-to-pointer types when passing char** to void** function parameter

Is there a way to make a single function operate on different structures (having common members) in c

c struct void-pointers

function prototype with void* parameter

How do I dynamically cast from a void * pointer generically?

Test for void pointer in C++ before deleting

Does delete need to be used for new'd arrays created in vector?

Why do I Have to reinterpret_cast Pointer Pointers?

typecast to (void *) when passing pointer to object

Do I need to/can I free a void pointer in C?

c pointers void void-pointers

Arithmetic with void pointers in C++

c++ pointers void-pointers

Iterating over an array cast as void*

c casting void-pointers

Comparing struct pointers, casting away members, and UB

Can we call (void *)0 a void pointer in C?

static_cast'd pointer value

Why can't we use a void* to operate on the object it addresses

c++ void-pointers operation

How to use buffer overflow to modify function pointer value?

The validity of casting in the 'function pointer' version of K&R's qsort

How void pointer arithmetic is happening in GCC