typedef struct User { char ID[5]; char Password[5]; User() { memset( this, 0, sizeof(this) ); //구조체 안 변수 한방에 초기화 } } UserInfo;