Search code examples
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
Error Performing Pointer Arithmetic on void * in MSVC...

c++visual-c++void-pointers

Read More
Void function required to return value?...

cpthreadsvoidvoid-pointers

Read More
How to print char buffer on FreeRtos returned by function xQueueReceive...

ccharvoid-pointersfreertos

Read More
When I write my own strchr function, there is a part in the return step that I don't understand...

creturnvoid-pointerschar-pointer

Read More
Why can void pointers be subtracted but not added?...

clanguage-lawyervoid-pointerspointer-arithmetic

Read More
Why can `qsort` be called with a compare function with the wrong signature and compile has no warnin...

cvoid-pointersqsort

Read More
Flexibility of functions in C...

cfunction-pointersvoid-pointers

Read More
getting values of void pointer while only knowing the size of each element...

cpointersvoid-pointers

Read More
C++11 : Cast std::tuple type to void* and back...

c++11tuplesvoid-pointers

Read More
C Generic Linked List - Compare void pointer...

clinked-listcomparevoid-pointers

Read More
Converting double to void* in C...

cvoid-pointers

Read More
Encode/decode strings inside byte type in nanopb with C...

cstringvoid-pointersnanopb

Read More
Cast a Swift struct to UnsafeMutablePointer<Void>...

swiftcastingvoid-pointersunsafe-pointers

Read More
Void Pointer Usage...

c++void-pointers

Read More
C getting type of a pointer...

cpointersvoid-pointers

Read More
Calculate range of variable types in C...

cvoid-pointerskernighan-and-ritchie

Read More
Casting generic pointers in c...

cpointerscastingvoid-pointers

Read More
What's the void* of function pointers?...

c++ccastingfunction-pointersvoid-pointers

Read More
Why do I need to avoid "casting a function pointer to a generic pointer" in this case?...

cfunction-pointersvoid-pointers

Read More
C | find the size of the value a void Pointer is pointing at using sizeof()...

cpointerssizeofvoidvoid-pointers

Read More
BackNext