[C++] explicit 키워드 출처 : http://bischoff.tistory.com/202?_new_tistory=new_title 먼저 아래 따라오는 소스를 실행해 봅시다. #include class TestClass { public: TestClass(int nParam = 1) : m_Num(nParam) { std::cout 더보기 이전 1 ··· 46 47 48 49 50 51 52 ··· 77 다음