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

HamiltonB program #4

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

HamiltonB program #4

wants to merge 3 commits into from

Conversation

Crackhoff
Copy link
Collaborator

No description provided.

@Crackhoff Crackhoff self-assigned this Apr 30, 2019
Copy link
Member

@Nircek Nircek left a 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
Copy link
Member

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 Show resolved Hide resolved
cin >> message;
if (message == "display")
for(int i=0;i<n;++i)
cout << people[i] << '\n';
Copy link
Member

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.

HamiltonB/main.cpp Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants