Skip to main content

Drafting wrapper

http://diendan.congdongcviet.com/threads/t25204::con-tro-ham-trong-c-cpp-function-pointer.cpp

Chức năng chính là gì?
void SpeakSomeThing(void *Handle, (pCallback*) pfCallback (int req, char *ptext))
{
       pfCallback(req,ptext); //hàm chức năng chính
}


http://en.wikipedia.org/wiki/Wrapper_function

Example
http://en.wikipedia.org/wiki/Wrapper_library#Cross_Language.2FRuntime_Interoperability

Comments