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
Can you cast a "pointer to a function pointer" to void*
Oct 18, 2025
c
language-lawyer
function-pointers
c11
pointer-arithmetic
Checking typedef defined function pointer for null
Oct 17, 2025
c
pointers
null
function-pointers
Is it possible to save a function pointer with arguments for later use?
Oct 16, 2025
c++
function
class
c++11
function-pointers
C++ std array of function pointer syntax
Sep 21, 2025
c++
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
Older Entries »