User profile: dibs

User info
User name:dibs
History
Joined:
Number of posts:2
Latest posts:

My sorting algorithm works in reverse(Z-A) not A-Z
When I do that all the strings that are suppose to be displayed disappear and the ISBN shows up as r...

My sorting algorithm works in reverse(Z-A) not A-Z
How do i make it sort from A-Z? The function is at the very bottom. [code] #include <cstdlib> #incl...