Search code examples
How can i fill and then display this void*** matrix in C?...


cmultidimensional-arraystructvoid-pointers

Read More
void* vs. char* pointer arithmetic...


cpointersvoid-pointerspointer-arithmeticchar-pointer

Read More
Converting a void pointer to an unsigned long...


cvoid-pointers

Read More
C->C++ Automatically cast void pointer into Type pointer in C++ in #define in case of type is not...


c++cvisual-c++castingvoid-pointers

Read More
problem casting a void* to a (vector<void*>*)...


c++vectorcastingcallbackvoid-pointers

Read More
Automatically set pointers to NULL after free...


cvoid-pointersdouble-pointer

Read More
When to use a void pointer over a char pointer?...


cpointersvoidvoid-pointers

Read More
The validity of casting in the 'function pointer' version of K&R's qsort...


ccastinglanguage-lawyervoid-pointerskernighan-and-ritchie

Read More
Why is it impossible to have a reference-to-void?...


c++referencevoid-pointers

Read More
What is a void pointer in C++?...


c++void-pointers

Read More
Is every null pointer constant a null pointer?...


clanguage-lawyervoid-pointersnull-pointer

Read More
void* pointer arithmetic, cannot swap float values...


cpointersvoid-pointerspointer-arithmetic

Read More
Store void function pointer with arguments to be passed a called back...


c++callbackfunction-pointersvoid-pointers

Read More
How to get a Memory Address (Pointer) from a Number Literal?...


cliteralsvoid-pointers

Read More
Auto cast void pointer to pointer to double in function call...


cfunctionpointerscastingvoid-pointers

Read More
Why whould i call a pointer with no obvious function...


cpointersstm32void-pointerskeil

Read More
Ternary Operator (?:) based assignment avoids type check in C...


cgccimplicit-conversionconditional-operatorvoid-pointers

Read More
Passing a void* by reference...


c++functionpointersreferencevoid-pointers

Read More
Need to store "untyped" memory view and cast to typed quickly. Is there an reinterpret_cas...


cythonvoid-pointersreinterpret-casttyped-memory-views

Read More
Why is the size of (void *) 8 bytes?...


csizeofvoid-pointers

Read More
A few questions about my modular code using void* as dynamic data type in C...


cfreemallochashtablevoid-pointers

Read More
Is it legal to type cast a void** to a void*?...


ccastingvoid-pointerspack

Read More
Is there a safe way to refer to linker-only symbols that without taking the address of void expressi...


cgccvoid-pointerslinker-scripts

Read More
Is there a way to make a single function operate on different structures (having common members) in ...


cstructvoid-pointers

Read More
Passing pointer to function to function and assign it in C...


cfunctionpointersfunction-pointersvoid-pointers

Read More
Making std::to_string work with void pointers, like operator<<?...


c++stringc++11void-pointersostream

Read More
How can a void pointer hold data meant for non pointer variables?...


cpointerscastingimplicit-conversionvoid-pointers

Read More
Print bytes of a void pointer...


cvoid-pointersbit

Read More
How to access the content of a void pointer inside a struct pointer?...


cpointersdata-structuresstructvoid-pointers

Read More
What does it mean that void* has the same representation and memory alignment as char*?...


clanguage-lawyervoid-pointers

Read More
BackNext