How to cin>> multiple strings and use them in functionsSo this is definitely closer but what I ultimately want it to do is print out all possible combinati...
How to cin>> multiple strings and use them in functionsI'm not sure how to change this code to work with strings. [code]void permute(char *a, int start, in...
How to cin>> multiple strings and use them in functionsWhen I tried that it gave me the error "cannot convert string to char * argument" [code]int main...
How to cin>> multiple strings and use them in functionsI'm trying to write code that takes in a list of words from the user until the letter "Q" is entered...
This user does not accept Private Messages