Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

Strange pointer casting with void *

c casting void-pointers

comparing if void * contains 0 numbytes?

c void-pointers

Why does `(void *)&` get the address of the variable?

Do I need to initiallize(set to 0) memory after calling realloc?

c void-pointers realloc

Assignment of const to non-const in C

c constants void-pointers

static_cast'd pointer value

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