Archive for September, 2021

MSVC C++ ABI Member Function Pointers

Tuesday, 21 September, 2021

This is a detailed discussion of MSVC C++ ABI pointers to member functions, including some of the trade-offs they make. The format of pointers to member functions in C++ is implementation-defined, and a lot of incomplete and misleading information about this topic can be found around the web. There’s a popular article at Code Project […]

Posted in C, Development, Technology | 6 comments »