A
Asapi
1. Are linkage convention and calling convention referring to the same
thing?
2. Does calling convention differ between languages C and C++?
3. How does calling convention differ between static and non-static class
member function?
4. Could it be possible to specify different calling convention for each
"global" or each class member function? Even in a single file scope?
5. If the answer to 4 is yes, do we need to do anything in calling functions
that call those functions of different calling conventions in 4?
Thanks!
thing?
2. Does calling convention differ between languages C and C++?
3. How does calling convention differ between static and non-static class
member function?
4. Could it be possible to specify different calling convention for each
"global" or each class member function? Even in a single file scope?
5. If the answer to 4 is yes, do we need to do anything in calling functions
that call those functions of different calling conventions in 4?
Thanks!