The right type for handles in C interfaces

后端 未结 4 784
名媛妹妹
名媛妹妹 2020-12-29 08:11

I\'m creating a C api that hides some functionality in a DLL file.

Since everything is C++ on the inside most of the functions works against handles which maps direc

4条回答
  •  执念已碎
    2020-12-29 08:56

    Similar topic : Handles Comparison: empty classes vs. undefined classes vs. void*

提交回复
热议问题