Search code examples
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
Convert void pointer to a dynamic type...


c++castingvoid-pointers

Read More
Is an external void pointer to a local variable safe?...


cpointersvoid-pointerslocal-variables

Read More
How to properly solve memset() function MISRA errors in C?...


cstructurevoid-pointersmemsetmisra

Read More
Is this a correct way to store different types in the same allocation?...


c++void-pointersstatic-cast

Read More
Cast a variable to void pointer in Julia...


c++cjuliavoid-pointers

Read More
C Void Array Traversal...


cvoid-pointers

Read More
In plain C, how to assign a void pointer value to a double...


cpointerstype-conversiondoublevoid-pointers

Read More
How to write a memcpy function full MISRA:2012 compatible?...


cvoid-pointersmisraqualifiers

Read More
What does "typedef void (*Something)()" mean...


c++typedefstatic-membersvoid-pointers

Read More
BackNext