Skip to content

jconelias/ItemTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ItemTracker

Summarize the project and what problem it was solving.

This Project is a tool for a Grocery Store that takes an input file of items and displays their frequencies.

What did you do particularly well?

The Program is well structured and takes advantage of C++ Features using classes to organize the Data.

Where could you enhance your code? How would these improvements make your code more efficient, secure, and so on?

I could take better use of data and make sure to not have any memory leaks which will improve security and time efficency.

Which pieces of the code did you find most challenging to write, and how did you overcome this? What tools or resources are you adding to your support network?

Saving the Backup Data was the most challenging, Alot of trial and error was used to try and overcome the issues.

What skills from this project will be particularly transferable to other projects or course work?

Use of Classes, Polymorphism, Encapsulation.

How did you make this program maintainable, readable, and adaptable?

In Line Comments were used as well as correct variable, function, and class naming techniques.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages