hi, i'm trying to do this:
how can i differentiate between a word or a phrase.
thanks for your help
Code:
string x; cin>>x; if (x is one word){ something }else{ something }
thanks for your help
Comment