2011년 4월 12일 화요일

cpp] 예제로 바로 알아보는 c와 c++ - 8

#include <stdio.h>
void _cdecl sub(int a, int b);
void main(void)
{
 int n= 5, k=6;
 printf("%x\t%x\n", &n, &k);
 sub(++n, ++n);
}
void _cdecl sub(int a, int b)
{
 printf("%x\t%x\n", &a, &b);
 printf("%x\t%x\n", a, b);
}

_cdecl 사용법 : 걍 적어주면 됨.
-----------------------------------------------------------------------------
_stdcall, _fastcall 또한...
-----------------------------------------------------------------------------

댓글 없음:

댓글 쓰기

국정원의 댓글 공작을 지탄합니다.

UPBIT is a South Korean company, and people died of suicide cause of coin investment.

 UPBIT is a South Korean company, and people died of suicide cause of coin. The company helps the people who control the market price manipu...