Search code examples
Generic Quad Tree implementation in C...


ctypescastingvoid-pointersquadtree

Read More
Using a function to allocate complex custom data structures...


cmallocfunction-pointersvoid-pointers

Read More
Why do I get a SEGFAULT when I try to sort an array of integers using K & R code examples?...


csortingvoid-pointerskernighan-and-ritchie

Read More
Why can't I static_cast a void* to a pointer-to-function?...


c++language-lawyerfunction-pointersvoid-pointersstatic-cast

Read More
What is the difference between the following code and why this type casting is used...


cstringpointerscastingvoid-pointers

Read More
How do you convert void pointer to char pointer in C...


cpointersvoid-pointers

Read More
Disadvantages of using void * to hold generic objects?...


cpointersfunction-pointersvoid-pointers

Read More
How to fix "multi level implicit pointer conversion" warning in clang-tidy?...


c++mpivoid-pointersclang-tidyindirection

Read More
pointer arithmetic and the C# compiler...


c#pointersvoid-pointers

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