Search code examples
Is it safe to delete a void pointer?...


c++memory-managementcastingvoid-pointers

Read More
In C,is casting to (void*) not needed/inadvisable for memcpy() just as it is not needed for malloc()...


ccastingmallocvoid-pointersmemcpy

Read More
What does it mean to have a void* member of a struct in C?...


cstructvoid-pointers

Read More
What does the parameter type void*& mean and what's its use?...


c++pass-by-referencevoid-pointersboinc

Read More
Passing and retrieving arbitrary data through a C void* from Fortran...


fortranvoid-pointerslanguage-interoperability

Read More
Expression evaluation in printf with %p...


cpointersprintfvoid-pointerssize-t

Read More
Runtime cast of void pointer...


cswitch-statementvoid-pointers

Read More
How to make an instance in runtime, C...


cvoid-pointers

Read More
c programm work different ways but i didn't change it...


cpointersdata-structuresvoidvoid-pointers

Read More
Wrong generic less then function...


cgenericsvoid-pointers

Read More
Is there a workaround for typecasting a function pointer to an object pointer in C?...


cpointersfunction-pointersvoid-pointers

Read More
Casting a void pointer in struct...


cvoid-pointers

Read More
In what cases does the standard forbid taking pointers to functions/objects?...


c++pointerslanguage-lawyervoid-pointerspointer-conversion

Read More
What does the usage of restrict mean in the man page for 'fwrite'?...


cvoid-pointerstype-safetyrestrict-qualifier

Read More
Communicating between classes iOS NSObject and UIViewController...


uiviewcontrollercommunicationvoid-pointersnsobject

Read More
Casting a void pointer to a 2D String array pointer...


c++arrayspointerscastingvoid-pointers

Read More
SkipList segmentation fault when insert last element...


calgorithmsegmentation-faultvoid-pointersskip-lists

Read More
What is the correct way to write pure virtual function without a specific return type?...


c++void-pointerspure-virtual

Read More
Casting a void* pointer...


calgorithmsortingcastingvoid-pointers

Read More
Is it OK to cast an _Atomic Type * to void * and back?...


catomicvoid-pointers

Read More
Import C function with void* parameter...


importadavoid-pointers

Read More
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
BackNext