scope operator

::  <- 전역의 범위를 지정

::variable; // 전역변수를 우선 지정함

class::function();

 

여기서 namespace 개념이 파생됨.

This entry was posted in C#, C++. Bookmark the permalink.

Leave a Reply