L
LinusLee
I know _cdecl is often used by the static function that has variable args num...
In _cdecl func... after returnning function, pop args...
In _stdcall func... before retunning function, pop args...
but.. how is _thiscall?
I found it that member function's convention is _thiscall in Visual C++.
Is ANSI C++ same?
My english is poor... sorry...
thanks...
In _cdecl func... after returnning function, pop args...
In _stdcall func... before retunning function, pop args...
but.. how is _thiscall?
I found it that member function's convention is _thiscall in Visual C++.
Is ANSI C++ same?
My english is poor... sorry...
thanks...