c++ enum
-
hello every one please am working on a project where by on one of the class am ask to creat class board with enum so i have struggle but am not able to display. the question is " in class booard Define a C++ enumeration (enum struct) with values for no meals, breakfast, half pension and all inclusive as well as a related overloaded binary output operator." expected output "
a all inclusive
b breakfast
h half board
w without meals
your choice:h" please i need some one help
-
hello every one please am working on a project where by on one of the class am ask to creat class board with enum so i have struggle but am not able to display. the question is " in class booard Define a C++ enumeration (enum struct) with values for no meals, breakfast, half pension and all inclusive as well as a related overloaded binary output operator." expected output "
a all inclusive
b breakfast
h half board
w without meals
your choice:h" please i need some one help
What about The Documentation?
And other resources?
.