Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in void-pointers

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 *

What is the best way to keep a pointer to different types when only one of them is needed at a time?

Is it possible to allocatate uninialized array in a way that does not result in UB?

Cast void pointer to uint64_t array in C

Array of struct and sizeof

Using python ctypes and libc to write void pointer to binary file

Observing changes to an object w/ KVO, context pointer doesn't seem to be working with a void*, but works with an NSString*

void** pointer and void*[] as function parameters [duplicate]

correct (or safest )way of initializing void pointer with non-zero value?

c++ c++17 void void-pointers

How do you convert void pointer to char pointer in C

c pointers void-pointers

void pointers: difference between C and C++

c++ c void-pointers

Is there a way to cast shared_ptr<void> to shared_ptr<T>?

Why `void* = 0` and `void* = nullptr` makes the difference?

how to use void ** pointer correctly?

c void-pointers