Giter Site home page Giter Site logo

itemtracker's Introduction

Program Description: Prompt a user for their name, or at least their save name. This is in order to load their previous state. The next step is to ask whether they want to check their items (list of previously saved items), add an item (and therefore location), check item locations (by name), or delete items. Additionally, all (menu) input is to be kept in lower case, for ease of use and design purposes.

1. Prompt the user for their user name.
โ€” main menu โ€”
2. Ask if the user wants to see a (list) of their items, to (add) an item to the list, to (delete) an item from the list, or to (view) an item (location). (quit) option present as well.
	i)if list, show a list of items, then go back to main menu
	ii)if add, prompt user for name of item, suggest to use lower case, add item as token with location
	iii)if delete, remove the item from the token vector	
	iv)if view location, prompt the user for an item name, then display location, and return to main menu.


UPDATE:
Changes as of 2/13/2017:
	dependency on textbook header removed
	restructured program to be more compliant with OOP conventions (added getters, setters, etc.)
	updated class 
	created save/load variables
	restructured program to be more compliant with C++ standards (width, comments, etc)	

itemtracker's People

Contributors

syakubov avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.