I need to write a program that asks the user to input any amount of characters, and then when they finish tell the user how many words are in the input without including any white space characters or special characters. The problem is, we cant use strings and are confined to char variables, so I'm not sure how to go about this. Supposedly we should also use cin.get and cin.ignore. ANyone have any ideas?