amir_civil
July 11th, 2008, 03:39 PM
hi every body
do you know that what is different between __stdcall and __cdecl ?
do you know that what is different between __stdcall and __cdecl ?
|
Click to See Complete Forum and Search --> : __stdcall and __cdecl amir_civil July 11th, 2008, 03:39 PM hi every body do you know that what is different between __stdcall and __cdecl ? ltcmelo July 11th, 2008, 05:20 PM Hi. Those are names used by microsoft for different calling conventions. You can find more details here (http://msdn.microsoft.com/en-us/library/984x0h58.aspx). TheCPUWizard July 11th, 2008, 05:27 PM And unless you are dealing with code that was not compiled by your compiler (or included in your compilers libraries), you should never have to worry about them. kirants July 14th, 2008, 12:47 PM If you want to go a little deep, read up here: Function Calls, Part 2 (Stack and Calling Conventions) (http://www.codeguru.com/cpp/v-s/tips/debugging/article.php/c14681/) codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |