Forum: C++ Jul 5th, 2005 |
| Replies: 5 Views: 1,972 So, what I have done, is combined the two programs, the choices of the first one with the change aspect of the second.
Now I have also included a switch statement for the users (admin manager or... |
Forum: C++ Jul 5th, 2005 |
| Replies: 5 Views: 1,972 Here is some of the basic code:
/*
Name: Adam Adamowicz
Id #: 114861
Lab Section: G
Lab: 5, Program: 2.0
This program will demonstrate the basic programming needed for a fastfood resteraunt... |
Forum: C++ Jul 4th, 2005 |
| Replies: 5 Views: 1,972 Is it possible to create a variable within a program (while its running).
The problem I am trying to Solve:
In school I created a cashmachine emulator. The thought then dawned on me, what If I... |