Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refine input handling #2

Open
kbuffardi opened this issue Sep 21, 2024 · 0 comments · May be fixed by #8, #50 or #52
Open

Refine input handling #2

kbuffardi opened this issue Sep 21, 2024 · 0 comments · May be fixed by #8, #50 or #52

Comments

@kbuffardi
Copy link
Contributor

Currently, the program only creates a list of 1-word favorites. However, we want to allow the user to enter an entire line of input, even with spaces, such as Software Engineering as a single item in the list. We probably want to use getline to capture a line of input instead of a space-delimited string.

Also, the user enters done to finish their input. However, the program currently displays done as the last item in the list. We should exclude the done command from the list.

Ian-J-S added a commit to Ian-J-S/MyFave that referenced this issue Sep 25, 2024
TaigaODonnell added a commit to TaigaODonnell/MyFave that referenced this issue Sep 25, 2024
scblotcky added a commit to scblotcky/MyFave that referenced this issue Sep 25, 2024
RyanTheRyan-code pushed a commit to RyanTheRyan-code/MyFave that referenced this issue Sep 25, 2024
jarrettgaither added a commit to jarrettgaither/MyFave that referenced this issue Sep 25, 2024
CarlosF03R added a commit to CarlosF03R/MyFave that referenced this issue Sep 25, 2024
VicaWorth pushed a commit to VicaWorth/MyFave that referenced this issue Sep 25, 2024
CharcoalNuggets added a commit to CharcoalNuggets/MyFave that referenced this issue Sep 25, 2024
big-al188 added a commit to big-al188/MyFave that referenced this issue Sep 25, 2024
Miguel9088 added a commit to Miguel9088/MyFave that referenced this issue Sep 25, 2024
nrakocevic added a commit to nrakocevic/MyFave that referenced this issue Sep 25, 2024
evanalba added a commit to evanalba/MyFave that referenced this issue Sep 25, 2024
natesmitty1738 added a commit to natesmitty1738/MyFave that referenced this issue Sep 25, 2024
DAC098 added a commit to DAC098/MyFave that referenced this issue Sep 25, 2024
added in the ability to retrieve single line input from the user. also
checking if the input give is the word done and not adding it to the
list.
Miguel9088 added a commit to Miguel9088/MyFave that referenced this issue Sep 25, 2024
MikeD76 added a commit to MikeD76/MyFave that referenced this issue Sep 25, 2024
thomasdevine01 added a commit to thomasdevine01/MyFave that referenced this issue Sep 25, 2024
blgrigg pushed a commit to blgrigg/MyFave that referenced this issue Sep 25, 2024
@Kamranaway Kamranaway linked a pull request Sep 25, 2024 that will close this issue
cmgomes5 added a commit to cmgomes5/MyFave that referenced this issue Sep 25, 2024
CS-Brandon added a commit to CS-Brandon/MyFave that referenced this issue Sep 25, 2024
clmcguire added a commit to clmcguire/MyFave that referenced this issue Sep 25, 2024
asa789 added a commit to asa789/MyFave that referenced this issue Sep 25, 2024
scblotcky added a commit to scblotcky/MyFave that referenced this issue Sep 25, 2024
clmcguire added a commit to clmcguire/MyFave that referenced this issue Sep 25, 2024
cmgomes5 added a commit to cmgomes5/MyFave that referenced this issue Sep 25, 2024
nrakocevic added a commit to nrakocevic/MyFave that referenced this issue Sep 25, 2024
Shalom-cmd added a commit to Shalom-cmd/MyFave that referenced this issue Sep 25, 2024
natesmitty1738 added a commit to natesmitty1738/MyFave that referenced this issue Sep 25, 2024
the-real-brogrammer pushed a commit to the-real-brogrammer/MyFave that referenced this issue Sep 25, 2024
nrakocevic added a commit to nrakocevic/MyFave that referenced this issue Sep 25, 2024
klmenigoz added a commit to klmenigoz/MyFave that referenced this issue Sep 25, 2024
jbaeee referenced this issue in jbaeee/MyFave Sep 25, 2024
CharcoalNuggets added a commit to CharcoalNuggets/MyFave that referenced this issue Sep 25, 2024
CarlosF03R added a commit to CarlosF03R/MyFave that referenced this issue Sep 25, 2024
chrisheesh added a commit to chrisheesh/MyFave that referenced this issue Sep 25, 2024
chrisheesh added a commit to chrisheesh/MyFave that referenced this issue Sep 25, 2024
@chrisheesh chrisheesh linked a pull request Sep 25, 2024 that will close this issue
nrakocevic added a commit to nrakocevic/MyFave that referenced this issue Sep 25, 2024
njmartinez2 added a commit to njmartinez2/MyFave that referenced this issue Sep 25, 2024
BHM03 added a commit to BHM03/MyFaveBH that referenced this issue Sep 25, 2024
BHM03 added a commit to BHM03/MyFaveBH that referenced this issue Sep 25, 2024
@LeoMalinen2 LeoMalinen2 linked a pull request Sep 25, 2024 that will close this issue
Shalom-cmd added a commit to Shalom-cmd/MyFave that referenced this issue Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant