Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
win32 アプリケーションでは、関数呼び出しのアセンブリ コード パターンは何ですか?
たとえば、次のクラス メンバー関数があります。
void Foo::bar(MyClass* p, int i, int j, CArray<CArray<int,int>,int> &a){ // Function body }