이게 복사생성자에대한 개념을 설명해주는 예로 나온 코드인데
Publick Book(string t, string w) {
title = t ;
writer = w ;
}


여기부분이 이해가 안갑니다 ㅠㅠ