Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in void-pointers

Issue with dynamic array Queue data structure with void pointer

Is (void*) ptr == ptr always true?

Garbage value while incrementing a void*

c pointers void-pointers

Is this an appropriate use of void pointers?

Does C's void* serve any purpose other than making code more idiomatic?

c void-pointers

Why is static_cast from int (*)(int) to void* not allowed in C++?

c++ casting void-pointers

C++ returning an array of void pointers [duplicate]

c++ void-pointers

Deduce a type from a void pointer

c++ void-pointers

c++ void* to parameter to a function

Accessing any object type from multiprocessing shared_memory?

Why does TaskSpawn take ints instead of void*?

C++: casting to void* and back

objects' variables get reset in vector (casting from void*)

Cast a pair containing void pointers to a pair of pointers of other type

Avoid incompatible pointer warning when dealing with double-indirection

How big is a cudaStream_t?

What does casting to void* does when passing arguments to variadic functions?

Void pointer to access structs in char array

c struct void-pointers