Better_Software_Header_MobileBetter_Software_Header_Web

Find what you need - explore our website and developer resources

How to cast a function pointer to a void*

a slightly-too-long-for-twitter report about a subtlety in C++

blogs.msdn.microsoft.com


2 Comments

31 - Jan - 2019

Maxim Egorushkin

fptr = (int (*)(int))dlsym(handle, "my_function");

12 - Feb - 2019

Connor