Search code examples
Is it really legal for K&R to write "PFI strcmp, numcmp;" where PFI is typedef'd a...


cfunction-pointerstypedefkernighan-and-ritchie

Read More
Why can you use a function as an if-statement condition without calling it?...


c++function-pointersimplicit-conversion

Read More
Passing a set of pointers to member functions of a template class...


c++function-pointerspointer-to-memberstdset

Read More
Implementing the defer keyword in C...


cmacrosfunction-pointersalloca

Read More
Class variables holding a function in PHP...


phpclassfunction-pointersinstance-variables

Read More
Using an array of device function pointers...


cudafunction-pointers

Read More
How to avoid mentioning a function pointer's arguments inside the definition of a function that ...


cprototypefunction-pointersobsoletec23

Read More
Creating a variadic function that prints any kind of format of ("c", "f", "...


cstructprintffunction-pointersvariadic-functions

Read More
Template function taking as argument 1 of the other template functions inside same class...


c++pointerstemplatesfunction-pointers

Read More
A function as an argument in Julia (best practice / code design)...


design-patternsjuliafunction-pointersfunctor

Read More
How to change executed method in runtime using function pointers?...


function-pointerszig

Read More
C++ assigning member function pointer to non-member function pointer...


c++function-pointerspointer-to-member

Read More
How to make a default argument to parameter which takes function address?...


c++functionparametersfunction-pointersdefault-parameters

Read More
Using function pointers with empty parameter lists in C...


cpointersparameter-passingfunction-pointersfunction-prototypes

Read More
C++ std array of function pointer syntax...


c++function-pointers

Read More
Dispatch different argument types to a map of functions...


c++functiondictionaryfunction-pointers

Read More
Automatic template deduction for function pointers...


c++templatesfunction-pointers

Read More
Why do I receive an access violation error in my SFML C++ project when passing object and function p...


c++pointersfunction-pointerssfmlaccess-violation

Read More
Access data member from function pointer in struct...


cfunctionstructfunction-pointerstypedef

Read More
RISC-V difference between jal and jalr...


assemblyfunction-pointersriscv

Read More
How can I call a function using a function pointer?...


cfunction-pointers

Read More
Template definition to wrap any callable: class member functions, among others...


c++c++11templatesfunction-pointersfunction-templates

Read More
Use function from other C file by a function pointer...


cstaticfunction-pointersfunction-definitionlinkage

Read More
How is filter function working for different types of pointers?...


arrayscstringpointersfunction-pointers

Read More
Function call for a state machine state needs to return function pointer of same type...


c++function-pointersstate-machine

Read More
Why does printf changes the address of a function pointer?...


cprintffunction-pointersmemory-address

Read More
How does casting and calling obj_msgSend() not invoke undefined behavior?...


cobjective-cfunction-pointersundefined-behaviorobjc-message-send

Read More
what is happening exactly when i use pointers the following way?...


cpointersfunction-pointers

Read More
how to control function pointers during assignment? I.e. Storing value of pointer instead of calling...


delphisyntax-errorfunction-pointers

Read More
How to deconstruct complex C/C++ statements/declarations?...


cpointersfunction-pointersdeclarationpointer-to-pointer

Read More
BackNext