error LNK2019: "public: __thiscall RentCar::RentCar(void)" (??0RentCar@@QAE@XZ) 외부 기호(참조 위치: _main 함수)에서 확인하지 못했습니다.
1>D:\parkpgh\first\Debug\first.exe : fatal error LNK1120: 1개의 확인할 수 없는 외부 참조입니다.
-----------------------------------------------------------------------------------------------------------
RentCart안에 RentCar(생성자)를 선언 해 놓고 정의된 내용이 없는 에러
정의된 내용이 없기 때문에 링크 할때 오류가 나는 것