From a discussion somewhere else:
C++ has no standard ABI But neither does C, right? On any given platform it pretty much does. It wouldn\'
C++ has no standard ABI
But neither does C, right?
On any given platform it pretty much does. It wouldn\'
C does not have a standard ABI. This is easily illustrated by all the calling conventions (cdecl, fastcall and stdcall) that are used out there. Each is a different ABI.