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

Pointers to void pointers in C - can I use void** for rudimentary polymorphism?

c void-pointers

Error Performing Pointer Arithmetic on void * in MSVC

Porting C code to C++, problem with casting void* from malloc to desired pointer

static_cast'd pointer value