2011년 4월 13일 수요일

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

#include <iostream.h>
#include <stdlib.h>
#include <string.h>
#define DUMMY 0
namespace A{
 int g_no=10;
 namespace ABCD {
 void sub(){
  cout<<g_no;
 }
 }
}
namespace B{
 int g_no=5;
 void sub(){
  cout<<g_no;
 }
}
void main()
{
 //A::sub();
 B::sub();
 namespace z = A::ABCD;
 z::sub();
 using namespace z;
 sub();
}


namespace와 using의 사용법.

댓글 없음:

댓글 쓰기

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

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