andey-robins / hashproject

Final Project for COSC 2030 at the University of Wyoming
Apache License 2.0
2 stars 2 forks source link

User Input #6

Closed andey-robins closed 5 years ago

andey-robins commented 5 years ago

Validate the user input in order to interpret what the user wants the program to do. Reference https://github.com/andeyt/bloodsugar/blob/master/bloodsugar.cpp for an example of how to do this. Build an if-elseif-else block for the commands:

jayfeather31 commented 5 years ago

Just an FYI, I will only be able to go ahead and establish a prototype function for this, as I lack further information on how the data structure will necessarily take the entry. I can't say I'll be able to get to it today as of this post, but it is something I thought you deserved to know.

andey-robins commented 5 years ago

No worries, this is just framework for the next week or two of work. All that this issue needs to do is properly branch through user inputs. I will handle the actual handshaking between the data structure and the input loop.

jayfeather31 commented 5 years ago

Okay, I just wanted to make sure you knew, but more than likely, this'll be a collection of stubs that takes in data and stores it, but doesn't necessarily pass it on.

andey-robins commented 5 years ago

That's perfect, just what we need. I'll connect the stubs to bring everything into a cohesive project

andey-robins commented 5 years ago

Addressed in latest commit. Closing this issue.