2011년 4월 12일 화요일

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

#include <iostream.h>
int sub(int &k);
int * subp(int *p);
void main()
{
 int n;
 //sub(n) == 100;
 *subp(&n) = 100;
 cout << n << endl;
}
int sub(int &k)
{
 k= 5;
 cout << k << endl;
 return k;
}
int * subp(int *p)
{
 *p = 10;
 cout << *p << endl;
 return p;
}

함수에 *를 붙여서 리턴되는 주소안에 있는 값을 바꾼다.

댓글 없음:

댓글 쓰기

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

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