C++ 문법 - 생성자 12345678910111213141516171819202122232425262728#include using namespace std; int i_start = 1; class Test{public: int number = 0; Test() { cout 더보기 이전 1 ··· 32 33 34 35 36 37 38 ··· 77 다음