User Profile

Collapse

Profile Sidebar

Collapse
Ebeezie
Ebeezie
Last Activity: Dec 5 '07, 05:18 PM
Joined: Dec 3 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Ebeezie
    replied to C++ point of sale programs
    in C
    Thanks for the information it was indeed helpful....
    See more | Go to post

    Leave a comment:


  • Ebeezie
    replied to C++ point of sale programs
    in C
    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...
    See more | Go to post

    Leave a comment:


  • Ebeezie
    replied to C++ point of sale programs
    in C
    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....
    See more | Go to post

    Leave a comment:


  • Ebeezie
    started a topic C++ point of sale programs
    in C

    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...
    See more | Go to post
No activity results to display
Show More
Working...