本文介绍了什么是C / C ++不同的调用约定和什么每个意味着什么呢?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有不同的调用约定在C / C ++ STDCALL,可用的extern,PASCAL等有多少这样的调用约定可用,什么意思每一个?有没有描述这些任何联系?
There are different calling conventions available in C/C++ stdcall, extern, pascal etc. How many such calling conventions are available and what do each mean? Are there any links that describe these?
推荐答案
请参见
和还Raymond Chen的系列:,的,的(这主要是你问)的
and also Raymond Chen's series: First, Second, Third (this is mostly what you're asking), Fourth and Fifth
这篇关于什么是C / C ++不同的调用约定和什么每个意味着什么呢?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!