Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

C (void *) used as polymorphic function pointer

Safe way of casting void* to something higher?

c++ void-pointers

Casting from void* to an object array in c++

Struct instantiation from void pointer buffer

Difference between Auto and Void?

C: Function returning via void *