Project information

Details

Using C++, I created a virtual pantry for ingredients on hand. The program accepts the following functions: add ingredient, remove ingredient, search for ingredient, edit ingredient, save ingredients to file, display ingredients, and check recipie for ingredients. Upon program start, "on-hand" ingredients are read from a text file saved in the same directory as the source code with the name "pantry.txt'. The check recipie for ingredients function compares the ingredients in the text file pantry.txt to any other text file and returns the missing ingredients.