Search code examples
C isn't that hard: void ( *( *f[] ) () ) ()...


cparsingpointersfunction-pointersvoid-pointers

Read More
questions about generics of doubles and complex types in c...


cgenericsmacrosfreevoid-pointers

Read More
Recommended way of wrapping a third party library c function with void* arguments in c++?...


c++cvoid-pointers

Read More
Understanding C++ function with return type void *...


c++void-pointersunreal-engine5

Read More
How to access SDL Surface pixel data in pySDL...


pythonsdlvoid-pointerspysdl2

Read More
Segmentation fault when strdupa void pointer...


csegmentation-faultvoid-pointersstrdup

Read More
C: copying array in function by using pointers gave unusual result, why did it half work?...


arrayscvoid-pointersfunction-definitionpointer-arithmetic

Read More
accessing a struct variable from a void pointer from a node pointer...


cpointersstructvoid-pointers

Read More
What is the C++ way of interpreting the void* returned by dlsym as a pointer-to-function?...


c++type-conversionvoid-pointersdynamic-librarydlsym

Read More
Compatibility between void * and char *...


clanguage-lawyerc99void-pointers

Read More
Pointers, structs and memset in C...


cpointersstructvoid-pointersmemset

Read More
Cast struct to its first member inside a function(void *)...


cstructimplicit-conversionvoid-pointers

Read More
Can't cast void pointer returned by RegGetValueA...


c++registryvoid-pointers

Read More
How to send a pointer to another thread?...


c++rustffivoid-pointersrust-bindgen

Read More
Calling overrided method on Derived class casted from void ptr causes segmentation fault...


c++segmentation-faultvoid-pointers

Read More
Swapping 2 void pointers addresses...


cpass-by-referenceswapvoid-pointersfunction-definition

Read More
assigning a void pointer to another...


cvoid-pointers

Read More
Pointer modification...


cpointersvoid-pointers

Read More
Can't dereference a char* array passed through a function...


cpointersc-stringsvoid-pointers

Read More
Why does one of my ways of passing retval (void *) to pthread_exit() give unexpected results?...


clinuxpthreadsvoid-pointerspthread-exit

Read More
converting a string to a void pointer...


ccastingswapvoid-pointers

Read More
When is dynamic_cast<void*> useful?...


c++c++11castingvoid-pointersdynamic-cast

Read More
Why can an array used in fread/fwrite in a position of a buffer be written with or without & and...


cpointerscs50implicit-conversionvoid-pointers

Read More
First element of Struct is lost when writing Struct to void pointer...


cstructmallocvoidvoid-pointers

Read More
What is happening in this pointer to string compare function?...


cstringpointerscomparevoid-pointers

Read More
Python ctypes: how to define a callback having a buffer pointer and a length in argument?...


pythoncctypesvoid-pointers

Read More
How can I pass void pointer to function in C?...


cvoid-pointers

Read More
find elements of an array in another array, why do I have this error?...


cfor-looppointersvoid-pointersfunction-definition

Read More
In plain C, could we implement generic functions using pointers to char instead of pointers to void?...


cpointersgenericsvoid-pointerschar-pointer

Read More
Why does memchr() take a void pointer as input?...


cpointersvoid-pointers

Read More
BackNext