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

[WIP] Need a lot of help #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

ccheckeye
Copy link

Just a start so far on the Library portion. Looking for any kind of tips. @ninjapanzer

@@ -0,0 +1,24 @@
#include <iostream>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need these include statements here if you put them in the header file.

@ccheckeye ccheckeye closed this Mar 2, 2016
Clayton Checkeye added 2 commits March 2, 2016 17:51
@ccheckeye ccheckeye reopened this Mar 2, 2016
inputFile.open(config_file_path);

string line_count[10];

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A variable might be better to calculate the number of lines. as the number of lines might change in a config file.

@ninjapanzer
Copy link
Member

This should be in two projects it looks like you married them into one. Almost there really a solid effort 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants