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
Private member function that takes a pointer to a private member in the same class
Sep 12, 2026
c++
function
pointers
function-pointers
member
How to use a function argument of a function in the function implementation?
Sep 11, 2026
c
function-pointers
implementing traits for dyn Fns
Sep 08, 2026
rust
function-pointers
traits
Result of converting a pointer to function to different pointer to function type
Sep 06, 2026
c++
function-pointers
reinterpret-cast
C Function Pointer Behavior
Sep 05, 2026
c
function-pointers
c++ pass function to thread pool
Sep 01, 2026
c++
function-pointers
Explain typedef for function used in qsort library
Sep 01, 2026
c
pointers
function-pointers
typedef
qsort
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
Older Entries »