[C++]명품 C++ 프로그래밍 실습문제 8장 [C++]명품 C++ programming 실습문제 8장 명품 C++ 프로그래밍실습문제/연습문제 /C++ //chhead.cpp part #include "chhead.h" #include #include int Product::getID(){return ProductID;} string Product::getdes(){return description;} int Product::getprice(){return price;} string Product::getPd(){return producer;} string Book:: getTitle(){return Booktitle;} string Book::getAuth(){return AuthorName;} str..