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

Created my Hello World program #155

Merged
merged 1 commit into from
Jan 3, 2017
Merged

Created my Hello World program #155

merged 1 commit into from
Jan 3, 2017

Conversation

EllisBarnes00
Copy link
Contributor

Using make to build my programs, I am on Ubuntu so it is best

@Remillardj
Copy link
Contributor

Remillardj commented Jan 3, 2017

  • Code review
  • Correct path
  • Code tested
  • Check for conflicts
  • Merge PR

@MJUIUC
Copy link
Contributor

MJUIUC commented Jan 3, 2017

Good job! I'm not sure if you're aware, but "using namespace std" will get rid of the need for std before you cout. It's not important, but just a tip if you didn't know.

@Remillardj
Copy link
Contributor

bypass

@Remillardj Remillardj merged commit d166fac into YearOfProgramming:master Jan 3, 2017
@EllisBarnes00
Copy link
Contributor Author

@MJUIUC I am aware of that, just it is bad practice in theory. When you have bigger projects you want to be able to identify what you're using where, albeit that this is a simple program using the standard library and all, I would rather keep that in my mind as I learn C++ more.

Thank you for the heads up though!

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.

None yet

3 participants