Hi all - First time posting so please bear with me. I'm in the last week of a C++ class and cannot figure out how to do this assignment.
I need to evaluate each character of a string and process using a switch statement. The CASE processing I have no problem with (been programming various languages for 15+ years now, but this C++ is a doosey to understand!), it's the individual characters I'm having trouble with.
A user inputs a word: something
My question is how do I define/identify each position of that word so I can continue processing?
I'm not asking anyone here to do this for me, I just need some idea of how this is done.
Thanks......any help is appreciated.