المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : C calling convention importance



C++ Programming
06-23-2010, 12:22 PM
C calling convention we all know defines a way how the parameters are pushed onto the stack.
My question is when and how does this C calling conventions matters to a user?
When the user will have to bother about the calling conventions in his project?