John King

Greenhorn
+ Follow
since Oct 08, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by John King

I tried to modify a iterative merge sort class to sort an array of T type generics. It compiles but does not sort properly. Can anyone see what is wrong?

15 years ago
Thanks for your help. I didn't think to use vectors or lists until just now. Guess I was thinking too hard.
15 years ago
I seem to be able to load the files in my program. Then I can loop through the lines one time, but if I try a second loop to load the strings into an array that one won't work.

Here's my code. I thank you for any help in advance.

Its the 4th while loop that isn't working. The first three are fine.

15 years ago