Re: Re[2]: argv



_pascal was used for older 16-bit Windows programs.
_stdcall is used for newer 32-bit Windows programs.
_cdecl is the defacto standard for all main() functions *declared* in
C.

All three conventions use the same stack parameter order of right-to-
left.

Pascal uses left to right.

“It’s wingardium leviOsa, not leviosAH.”


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]