Hi guys, I'm practicing writing C++ and trying to recall how to read individual characters from a user-input string of characters. Couldn't I use cin.getline?
Name:
Anonymous2014-02-25 20:32
Wait - doy, I'm dumb. I could just use cin.get to read each individual character. I could treat the string as an array using indices to insert each character into the array's elements.
Feel free to delete this thread - I think I get it now.