Jonathan Simon Jones Website

A Portfolio site and technical blog.

Item Splitter

Overview

This is a Windows console program that I used to help keep tabs on who had bought what for my flat while I was at university. It made it a lot easier to figure out how much we had spent and who owed money to who. It also helped us at the end of tennancy as we had a record of who owned which item in the flat.

Description

This Windows console program creates lists of items and data relevent to them, such as the price, owner etc. It offers a interface through which to manipulate the data such as adding new items, changing the price of an item, changing the owner of an item etc. It also has the ability to calculate information about the data in the lists and to expand upon the information stored in the programs files.

Details

Category Details
Software used Visual Studio
Software/libraries used C++ STL
Target Platform Windows PC
Language(s) used C++