-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
manager와 product의 차이 #3
Comments
manager에는 대체로 자판기 화면에 띄워야 하는 메소드인 selectMenu나 listproduct selectDataNo 가 포함되어 있고 savedata와 loaddata가 들어있습니다. product에는 반대로 CRUD 기능이 대부분 있습니다. |
이미 존재하는 메뉴 출력하고 그중에서 메뉴를 고르는 식으로 갈까요? |
네 그런식으로 하면 될 것 같습니다! |
구조체 이름은 Dessert로 가겠습니다! |
typedef struct{ // 상품 구조체 해당 구조체 안의 내용을 모두 활용하실 생각이신가요? 그러면 제품에 대한 설명은 어떤 메소드에 활용해야 하나요 그리고 밑에 온도는 drink에만 해당하는 것 같은데 음식일 경우에는 따로 숫자를 지정해야 할 것 같은데 0으로 지정할까요? |
typedef struct{ // 디저트 구조체 |
int selectMenu(){
|
manager.h와 product.h의 내용차이는 무엇인가요?
The text was updated successfully, but these errors were encountered: