-
Notifications
You must be signed in to change notification settings - Fork 0
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
HamiltonB program #4
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is unfinished.
@@ -34,3 +34,6 @@ | |||
# Private data | |||
UsersData.txt | |||
CircleOfLife.txt | |||
*.layout | |||
*.depend |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
*.depend
is here but HamiltonA/HamiltonA.depend
is tracked
HamiltonB/main.cpp
Outdated
cin >> message; | ||
if (message == "display") | ||
for(int i=0;i<n;++i) | ||
cout << people[i] << '\n'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it should print possible options with 1
, 2
, 3
... instead of forcing the user to type display
.
No description provided.