Home > Back-end > Consult the big brother a question: why stdcal agreed function name to become total byte] [_ functio
Consult the big brother a question: why stdcal agreed function name to become total byte] [_ functio
Time:10-14
extern "C" _declspec (dllexport) double _stdcall add (double a, double b);//a derived function
Then on the other side of the dynamic load the DLL
GetProcAddress call (" _add @ 16 ")
Function name is derived from the source of the add - & gt; _add @ 16
I searched for, it is the characteristics of the stdcall calling convention, Want to ask: so why this call it agreed to this skill? What benefits can do (I believe that if there is no meaning, not redundant)?