Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in void-pointers

Why do I need a reinterpret_cast to convert Fred ** const to void ** const?

C struct to void* pointer

c void-pointers structure

If I have a void pointer, how do I put an int into it?

c pointers void-pointers

c++ convert string into void pointer

Usage of void pointers across different platforms

Why operator void*() conversion function added to the C++ stream classes?

C: Extrapolating type from void pointer

c pointers void-pointers

How to cast blocks to and from void *

Delete vs operator delete (and void pointer)

Cast a Swift struct to UnsafeMutablePointer<Void>

Can I do arithmetic on void * pointers in C?

c void-pointers

How to make compiler not show int to void pointer cast warnings

c gcc void-pointers

Is interpreting a pointer to first member as the class itself well defined?

Does a pointer point to the LSB or MSB?

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