2011년 4월 12일 화요일

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

struct st {
 void printf(int n);
 void printf(char c);
 void printf(double d);
};

void main(void)
{
 printf("global\n");
 st aa;
 aa.printf(5);
 aa.printf('A');
 aa.printf(3.14);
}
void st::printf(int n) {
 ::printf("%d\n", n);
}
void st::printf(char c) {
 ::printf("%c\n", c);
}
void st::printf(double d) {
 ::printf("%lf\n", d);
}

전역 변수나 함수의 이용은 ::를 붙여서 쓴다.

댓글 없음:

댓글 쓰기

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

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...