Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in void-pointers

casting a block to a void* for dynamic class method resolution

Is there a way to stop implicit pointer conversions to void *

What does the declaration void** mean in the C language?

How can deleting a void pointer do anything other than invoke the global delete operator?

Calling C from Python: passing list of numpy pointers

How to get rid of void-pointers

c++ c casting void-pointers

C - expression must be a modifiable lvalue

c pointers void-pointers

Relax void * casting in C++

c++ c casting void-pointers

C question: single dereference on a void** double indirection pointer

Can I pass a structure into a function that takes void*?

Invalid conversion from 'void*' to 'char*' when using mmap()

Is void* necessary apart from memory allocation related stuff

c++ void-pointers

error C2036: 'void *' : unknown size

Converting double to void* in C

c void-pointers

How to store a memory address in an integer?

Passing a void* by reference

How do I correctly use a void pointer in C?

c void-pointers

Why strange behavior with casting back pointer to the original class?

How to check if a void* pointer can be safely cast to something else?