Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C++ code with a coffee menu. I have to write out the customer order out to a file which I got but when I tried
C++ code with a coffee menu. I have to write out the customer order out to a file which I got but when I tried to write out a function it won't work. The function is to calculate the cost of the order and it works when I just display it on screen, but when I tried to write it out I get an error.
fstream order("coffee.dat", ios::out|ios::app); order.write(reinterpret_cast
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started