User profile: Anonymous101

User info
User name:Anonymous101
Old user name:lie chang
History
Joined:
Number of posts:8
Latest posts:

Sorting
wow ok, i think i kind of understand. But there is still this small bit I don't understand. [code...

Sorting
basically I was trying to understand ur code. so i rip off some of it. [code] #include <iostream> ...

Sorting
so lets say A[5] = [2,3,5,4,1}; if i just stop at int maximum =A[i]; cout<<maximum; the elemen...

Sorting
but I dun understand this line . [code] int maximum =A[i]; cout<<maximum; [/code] the result is...

Sorting
I think i really need to read up a bit more. Any website that will help explain this in a more simpl...