Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in void-pointers

Objective-C variable... pointing to itself?

array of type void

c arrays void-pointers

How to safely store an id object in a C++ void* member under ARC when no other references hold on to the object?

Genericity vs type-safety? Using void* in C

c generics void void-pointers

Why is `boost::any` better than `void*`?

Is comparing two void pointers to different objects defined in C++?

can void* be used to store function pointers? [duplicate]

%p format specifier needs explicit cast to void* for all types but char* in printf

How to make generic function using void * in c?

c void-pointers

When is uintptr_t preferred over intptr_t?

c pointers void-pointers

C++, does bool conversion always fall back to implicit conversion to void*?

Casting void pointers

c pointers void-pointers

Explicit void pointer as function parameter

c++ c++11 c++14 void-pointers

Is ((void *) -1) a valid address?

c void-pointers

Mental model for void* and void**?

c++ c void-pointers

Using intptr_t instead of void*?

Is it undefined behaviour to delete a null void* pointer?

Converting a void* to a std::string

c: size of void*

c void-pointers

Warning: cast to/from pointer from/to integer of different size