Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in function-pointers
Is the only use of function pointers to implement callbacks?
Sep 01, 2026
c
function-pointers
use-case
In C: sending func pointers, calling the func with it, playing with EIP, jmp_buf and longjmp
Aug 30, 2026
c
function-pointers
setjmp
How to typedef template function pointer?
Aug 28, 2026
c++
c++11
templates
function-pointers
typedef
How compatible are static class methods and regular routine pointers?
Aug 27, 2026
delphi
function-pointers
delphi-2007
static-methods
Define C++ function at runtime
Aug 26, 2026
c++
function-pointers
functor
Is it undefined behavior in C to cast function pointers operating on derived structs up to functions operating on the base type?
Aug 21, 2026
c
struct
casting
function-pointers
undefined-behavior
Pass a function with arguments as argument
Aug 21, 2026
c
function-pointers
Are function pointers really needed for implementing a FSM?
Aug 19, 2026
c
data-structures
function-pointers
What is the meaning of (*) in template<typename T> using L = T(*)(T);?
Aug 15, 2026
c++
function
c++11
templates
function-pointers
Why do function pointers break substitutability and std::function doesn't?
Aug 13, 2026
c++
function-pointers
liskov-substitution-principle
function pointers and enum in C
Aug 13, 2026
c
enums
function-pointers
How does casting and calling obj_msgSend() not invoke undefined behavior?
Aug 11, 2026
c
objective-c
function-pointers
undefined-behavior
objc-message-send
How to assign address to a function pointer if parameters is specified?
Aug 10, 2026
c++
function-pointers
What exactly is represented by the template parameter passed to std::function template?
Aug 09, 2026
c++
function-pointers
std-function
C++ - proper way to map objects (like strings) to member functions in table
Aug 07, 2026
c++
c++11
function-pointers
functor
pointer-to-member
C++ Pointer function to other class function
Aug 07, 2026
c++
class
function-pointers
C++ Member function as a global function's parameter?
Aug 04, 2026
c++
function-pointers
how to set a int value passed by parameter to a function and assign it to global so I can use outside of the function?
Aug 02, 2026
c
function
variables
global-variables
function-pointers
Vector of pointer to member functions
Aug 02, 2026
c++
vector
function-pointers
Older Entries »