User profile: roark burney

User info
User name:roark burney
History
Joined:
Number of posts:5
Latest posts:

Sorting loop won't execute
Rebuilt my code, tried to do a sort while I'm populating the array, now I can't tell if the sort is ...

Sorting loop won't execute
I'm trying to sort a list of words alphabetically. I put in several nested loops, but I can tell no...

-sigh- My mac is acting oddly and no one knows why
My professor gave us some code to rewrite using cctype and string functions. When I run the code on...

Search function causes program to hang
@Smac89 and @Ganado That worked! [code] { bool found = false; int count; while (count ...

Search function causes program to hang
My code works until the isInArray function finds the value its looking for. If the value is present...