Search code examples
Assign address to void pointer passed by reference...

cvoid-pointers

Read More
How do you assign struct to a void in gsl integration...

c++structvoid-pointersgsl

Read More
typecasting of pointers in cpp...

c++floating-pointvoid-pointerstypecasting-operator

Read More
SWIG (Java): How can I call a function with a void* out parameter?...

javajava-native-interfaceswigvoid-pointers

Read More
C Syntax for Passing Variables as Void* and Then Casting Later?...

cvoidvoid-pointers

Read More
Convert std::thread pointed by void pointer to object std::thread instead of pointer to object...

c++void-pointersstdthread

Read More
Question concerning the comparison function passed as a parameter to the qsort() function...

cpointersvoid-pointersqsortpointer-to-pointer

Read More
Is it possible to cast struct pointer to function pointer in c?...

cpointerscastingfunction-pointersvoid-pointers

Read More
Comparing struct pointers, casting away members, and UB...

ccastingundefined-behaviorvoid-pointersstrict-aliasing

Read More
Is it UB to compare (for equality) a void pointer with a typed pointer in C?...

cundefined-behaviorvoid-pointersequality-operator

Read More
How to change pointer from base to derived class inside a function...

c++void-pointersfactory-method

Read More
return value from reference of address in C++...

c++void-pointers

Read More
Why address gotten from the pointer is always the same?...

c++memory-addressvoid-pointers

Read More
Specifying void* parameter in derived function...

c++inheritancevoid-pointers

Read More
how to sort a generic (void*) array?...

csortinggeneric-programmingvoid-pointers

Read More
Cast from (void**) to (int*) and viceversa...

cpointerscastingvoid-pointers

Read More
How are void pointers implemented?...

cpointersassemblyx86-64void-pointers

Read More
unable to read value from pointer...

cpointersvoid-pointers

Read More
Porting C code to C++, problem with casting void* from malloc to desired pointer...

c++pointerstype-conversionvoid-pointers

Read More
Preventing compilation of void** pointer arithmetic in C...

cpointersvoid-pointers

Read More
Arithmetic on a pointer to void error when compile a third party library...

ccompiler-errorsvoid-pointers

Read More
Do I need to/can I free a void pointer in C?...

cpointersvoidvoid-pointers

Read More
C vs. C++, handling of void** pointers...

c++cvoid-pointers

Read More
Creating a c_void pointer in Rust...

cpointersrustffivoid-pointers

Read More
C - Populate a generic struct inside a function without malloc...

cgeneric-programmingvoid-pointersc11

Read More
Is it OK to pass (double ***) pointers using (void **)?...

cpointerscastinglanguage-lawyervoid-pointers

Read More
Casting a pointer to Matrix on a Variable Initialization is a Reference or a Copy...

cpointersmultidimensional-arrayimplicit-conversionvoid-pointers

Read More
Mmap, void pointer and type casting in C...

cpointerscastingmmapvoid-pointers

Read More
How could I uncast a void* that I don't know the data type?...

c++void-pointers

Read More
Relax void * casting in C++...

c++ccastingvoid-pointers

Read More
BackNext