Search code examples
Getting the size of the object void* is pointing to...


c++sizeofvoid-pointers

Read More
ISO C++ forbids incrementing a pointer of type ‘void*’ , in legacy code converted to c++...


cg++void-pointers

Read More
C++ void* to int* - get int pointed by int*...


c++pointersvoid-pointers

Read More
What value does const void * offer over void *?...


c++constantsvoid-pointersreinterpret-castconst-cast

Read More
L-value trouble when using a (void *) as a generic data container...


ccastingmacrosvoid-pointerslvalue

Read More
Sorting any kind of element using void pointers in C...


csortingvoid-pointers

Read More
When I have use ARC in IOS project,how can I use void *?...


objective-cautomatic-ref-countingvoid-pointers

Read More
Why don't you need to pass arguments to a qsort comparator function?...


cparametersparameter-passingvoid-pointersqsort

Read More
static const void *method() in C...


objective-ccfunction-pointersvoid-pointers

Read More
How dangerous is conversion from void ** to char **...


cpointersvoid-pointers

Read More
How to use void*...


c++void-pointers

Read More
How to cast blocks to and from void *...


objective-ccastingobjective-c-blocksvoid-pointers

Read More
void pointer typecasting...


cvoid-pointers

Read More
Does C have a generic "pointer to a pointer" type?...


cpointersvoid-pointers

Read More
How to pass a object* as a void*&?...


c++voidvoid-pointers

Read More
C++ Segmentation Fault (Core Dumped) Error - Casting Pointers/Returning Function Value to Threads...


c++multithreadingsegmentation-faultvoid-pointers

Read More
Local pointer to a global function...


cpointersglobal-variableslocalvoid-pointers

Read More
copy to void* pointer...


ccopyvoid-pointers

Read More
void arithmetic in C++...


c++void-pointers

Read More
Passing arbitrary data to a function without void pointers...


c++parameter-passingvoid-pointers

Read More
With or without an asterisk when incrementing pointer...


c++pointersvoid-pointers

Read More
Appending debug header in custom malloc...


cpointersmallocvoid-pointerspointer-arithmetic

Read More
Can I pass a structure into a function that takes void*?...


cdata-structuresstructurevoid-pointers

Read More
Boost.Python: Fill in a passed in buffer in Python...


pythonbufferboost-pythonvoid-pointerspy++

Read More
casting void* and put it in ostringstream...


c++castingvoid-pointers

Read More
C struct to void* pointer...


cvoid-pointersstructure

Read More
Why is `boost::any` better than `void*`?...


c++boostvoid-pointersvariadic

Read More
In C I can assign void* to char* but not in C++...


c++cwindowscharvoid-pointers

Read More
Typecasting and assigning a void pointer variable to an Integer variable in VC++....


c++visual-c++type-conversionvoid-pointers

Read More
Is using void* instead of bool an advisable practice?...


c++booleanvoid-pointers

Read More
BackNext