2010-01-10 3 views

답변

17

물론 : 모든

class A { 
    public: 
     static void f(); 
}; 

... 

A::f(); // call function 
1

아니 문제는 그 점을 이잖아.

관련 문제