Restaurant Dining System - PowerPoint PPT Presentation

About This Presentation
Title:

Restaurant Dining System

Description:

... manipulation of table data and allow for ease of customization. General Approach. My main approach will be to design the program using C object oriented design. ... – PowerPoint PPT presentation

Number of Views:18
Avg rating:3.0/5.0
Slides: 11
Provided by: nob872
Category:
Tags: dining | ee | restaurant | system

less

Transcript and Presenter's Notes

Title: Restaurant Dining System


1
Restaurant Dining System
  • Donald Kaulukukui

2
Introduction
  • Team manager ME
  • Secretary ME
  • President ME
  • R D ME
  • Tester ME

3
Overview
  • Create a computer system for a restaurant that
    will handle checks, tables, servers, and item
    information.
  • Allow easy manipulation of table data and allow
    for ease of customization.

4
General Approach
  • My main approach will be to design the program
    using C object oriented design.
  • Data structures (lists, classes, etc.)to handle
    data modification and access.
  • Implement a GUI for use on touch screen terminals

5
General Program Structure
6
Table.h
  • class Table
  • public
  • // constructors
  • Table()
  • Table(char name,int table)
  • Table()
  • // accessors
  • char getname()
  • float gettotal() const
  • int getnumber() const
  • int getchecknumber()const
  • //mutators
  • void Deleteitem(int listpos,int
    tablepos0) //deletes an item from pos in
    sent list (need privlages)

7
The Table
8
Remaining Tasks
  • Server Class
  • Main Program
  • Implement GUI
  • Add Features

9
Future Problems
  • GUI
  • No Experience
  • Difficulty?
  • Program Structure
  • Changing entire structure
  • Advanced Features
  • Not entirely sure what will be added later

10
Progress Chart
Write a Comment
User Comments (0)
About PowerShow.com