alexmerren / order-processor

An order processing application for ECM2433.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Order Processing Application

This is an order processing application created for the ECM2433 coursework 2 assignment. This project achieved 85/100.

Contents

Compilation

In order to compile the application, you can run the compileOP file:

$ cd folder-name
$ ./compileOP

This will then create an executable called ordering.

Functionality

In order to run the application, you can run the following command:

$ ./ordering [inputFile]

As an example of the format of the input file, I have included testInputFile.txt

Output

The program will output all of the required information to the terminal.

If needing to output this into a file, do the following:

$ ./ordering testInputFile.txt > output.log 2> error.log

About

An order processing application for ECM2433.


Languages

Language:C++ 96.2%Language:Shell 3.8%