how can I ascend the 6digit numbers, example:
453621
123456
using c++
TNX more power :)
Printable View
how can I ascend the 6digit numbers, example:
453621
123456
using c++
TNX more power :)
What is the data representation of these numbers? Integers in an array?
Basically what you're asking for is how to sort a sequence of numbers. If you try searching the internet, you'll find more sorting algorithms than you can handle :)