[ CnUnix ] in KIDS 글 쓴 이(By): doldori (돌돌이) 날 짜 (Date): 2005년 5월 19일 목요일 오후 07시 57분 56초 제 목(Title): Re: 질문... 잘못된 거 없는데요? 혹시 모르니까 // header class Color { static Color FromRGBA(U32 rgba); }; // source Color Color::FromRGBA(U32 rgba) { /* ... */ } 요렇게 해보시지요. (inline을 없애라는 뜻) |