C-plus-plus-Algorithms icon indicating copy to clipboard operation
C-plus-plus-Algorithms copied to clipboard

Adding Standard Input Stream to String Category

Open stevenanthonyrevo opened this issue 1 year ago • 2 comments

What's being changed:

I've written C++ code which uses cin to capture input in the terminal and then cout to display the captured input back to the user. I have contributed c++ code demonstrating Standard Input Steams.

140

Checkoff the following:

  • [x] Read Contribution.md
  • [x] Created a new branch before committing.
  • [x] My File doesn't contain any duplicacy or misinformation (isn't available in the library).
  • [x] Added to the right category.
  • [X] Added "add code" label.
  • [X] Described what's being changed.

stevenanthonyrevo avatar Oct 06 '23 18:10 stevenanthonyrevo

@stevenanthonyrevo can you add some inline comments at the top. I would happy to merge it with the base after that.

codewithdev avatar Oct 08 '23 09:10 codewithdev

Thanks @codewithdev for reviewing my code. I've gone ahead and made a few updates. Happy Hacktoberfest!

stevenanthonyrevo avatar Oct 09 '23 01:10 stevenanthonyrevo