|
-
Aug 16th, 2008, 10:52 PM
#1
Thread Starter
New Member
[B]Ascending Numbers[/B]
how can I ascend the 6digit numbers, example:
453621
123456
using c++
TNX more power
-
Aug 17th, 2008, 04:00 PM
#2
Re: [B]Ascending Numbers[/B]
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|