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
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
Error in return a function pointer in C++ without typedef
Mar 25, 2023
c++
return
function-pointers
How to pass function by reference?
Mar 20, 2023
c++
function-pointers
pass-by-reference
function-object
Pointer to variadic template static function. How?
Mar 20, 2023
c++
c++11
function-pointers
variadic-templates
Function Pointer Array to a Method within a Class
Mar 17, 2023
c++
class
function-pointers
Function pointer declaration syntax confusion [duplicate]
Mar 17, 2023
c
pointers
syntax
function-pointers
Rust function which takes function with arg a function
Mar 06, 2023
rust
function-pointers
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
Typecasting a function pointer
Sep 02, 2025
c
function-pointers
typecast-operator
« Newer Entries
Older Entries »