Skip to content

emmarcaber/TenshiFOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

TENSHI Food Ordering System

A C++ Food Ordering System which allows the User to order the following foods:

- Spaghetti
- Carbonara
- Pansit Palabok
- Fried Chicken
- Sinigang
- Drinks

C++ Language Concepts Used:

- Variable and Data Types
- Input/Output
- Conditional Statements (IF statements, Switch-case statements)
- Loops (particularly FOR loop)
- User-defined and Pre-defined Functions
- Preprocessors
- Class and Objects 
- STL (Vectors and Algorithm Component)

How to Run the Project

  1. Clone the repository.

    git clone https://github.com/emmarcaber/TenshiFOS.git
    
  2. Open the TenshiFOS.cpp in your selected IDE like CodeBlocks or Dev C++.

  3. Run the project.

Releases

No releases published

Packages

No packages published

Languages