|
-
March 12th, 2003, 06:53 AM
#1
difference between __cdecl and __stdcall
I read a book which said that the function have the __cdecl will pop all arguments from the stack before returning, but the __stdcall will pop them after returning.
But I want to ask how this difference effects the function's performance. What time I should use __cdecl and what to use
____stdcall?
Daniel Pu
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|