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
std::function pointer error: cannot convert &A::a to type std::function<>&&
Sep 20, 2025
c++
function-pointers
How can I pass a member function pointer into a function that takes a regular function pointer?
Sep 19, 2025
c++
pointers
function-pointers
member-functions
What's the practical difference between fn item and fn pointer?
Sep 19, 2025
rust
callback
function-pointers
Best strategy to call an arbitrary function without using JMP or LCALL
Sep 19, 2025
c
embedded
function-pointers
What is a dispatch table? How can I implement it in C?
Sep 18, 2025
c
pointers
function-pointers
dispatch-table
For function pointer "fptr",why is value of "fptr" and *fptr same?What *fptr even mean?I only knew (*fptr)() or fptr() [duplicate]
Sep 15, 2025
c
function-pointers
void* ptr = &func; compiles with msvc without any diagnostic but both gcc and clang rejects it
Sep 15, 2025
c++
pointers
language-lawyer
function-pointers
pointer-conversion
How does one declare an array of constant function pointers in C?
Sep 13, 2025
c
arrays
pointers
constants
function-pointers
C++ Conversion operator for converting to function pointer
Sep 12, 2025
c++
function-pointers
conversion-operator
Is it possible to declare a pointer to a function with unknown (at compile time) return type
Sep 12, 2025
c++
function
function-pointers
Why does K&R say that pointers are preferable to arrays as function parameters?
Sep 07, 2025
c
pointers
function-pointers
C++ runtime member function access by string name
Sep 04, 2025
c++
function-pointers
C function pointer casting to void pointer
Sep 05, 2025
c
pointers
function-pointers
Cast pointer to member function to intptr_t
Sep 04, 2025
c++
pointers
function-pointers
pointer-to-member
member-functions
In C is it possible for a function to return a pointer to itself?
Sep 04, 2025
c
function-pointers
Casting function pointers with arguments of different pointer types
Sep 03, 2025
c
casting
function-pointers
How to call a Rust function in C?
Sep 03, 2025
c
rust
function-pointers
ffi
How to use buffer overflow to modify function pointer value?
Sep 03, 2025
c
security
function-pointers
buffer-overflow
void-pointers
How to call a method through a function pointer? [duplicate]
Sep 02, 2025
methods
rust
function-pointers
Older Entries »