Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in void-pointers

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

What is the best way to handle unknown types in a C++ structure?

int to void* - avoiding c-style cast?

When to use a void pointer over a char pointer?

c pointers void void-pointers

Is the equality relation of pointers after round-trip conversion guaranteed to be transitive?

What does the parameter type void*& mean and what's its use?

C Dereference void* pointer

c pointers 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