User profile: exelbeast

User info
User name:exelbeast
History
Joined:
Number of posts:16
Latest posts:

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 strings
You can also declare integer arrays. Not just strings. Example: [code]int array[];[/code]