Input Loop Exit Condition?Thanks Duoas! Using this now: [code] void getInput(char input[]) { cout << "Enter a sequence of cha...
Input Loop Exit Condition?Hi, I'm working on a function here and I'm trying to make the loop end if a '.' is ever entered. But...
Sorting a string array based off of the indexes of a sorted int array?Thank you so much cire! That is what I needed! You got it to work for me! Man I feel stupid, much a...
Sorting a string array based off of the indexes of a sorted int array?[quote]When you're swapping elements in the score array, also swap the elements in the names array.[...
Question about numbers and stringsYou can also declare integer arrays. Not just strings. Example: [code]int array[];[/code]