C-plus-plus-Algorithms
C-plus-plus-Algorithms copied to clipboard
Adding Standard Input Stream to String Category
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.
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 can you add some inline comments at the top. I would happy to merge it with the base after that.
Thanks @codewithdev for reviewing my code. I've gone ahead and made a few updates. Happy Hacktoberfest!