User Profile
Collapse
-
Thanks for the information it was indeed helpful.... -
I'm only asking as far as the log file because I don't have a clue on where and how to input it into my program so here it goes:
#include <iostream>
#include <iomanip>
using namespace std;
int main()
{
double hamburger = 2.29;
double cheeseburger = 2.49;
double frenchfries = 1.49 ;
double soup = 1.75;
double Largedrink = 2.49;
double...Leave a comment:
-
I don't know if you were being smart or not but just to let you know I have been working on this program for a while and I have attempted to get it done but I am having trouble with the log file aspect of things.. the rest of my program is done thank you....Leave a comment:
-
C++ point of sale programs
I am creating a POS C++ program and I need to figure out how to write a log file that includes the date, time, number of items sold, the order total without tax, and the tax amount. Then the program sould wait for the operator to indicate the order has been completed and the program should start a new order. Then clear clear the last order and begin a new order. At the end of the day the cashier will select a menu item to end the program. In this...
No activity results to display
Show More
Leave a comment: