Thread: Int/Array Sorting

  1. #1
    Registered User
    Join Date
    Jan 2004
    Posts
    6

    Int/Array Sorting

    Im trying to sort out every number of an integer into an 8 character array. Every time i try i get stupid errors with data type conflicts. Can someone point me in the right direction or post some example code as to how i might do this.

    Im making a network math conversion utility that i can use in my cisco classes, im at the step of converting binary decimal.

  2. #2
    Registered User
    Join Date
    Apr 2004
    Posts
    210
    "stupid errors with data type conflicts" is a bit too abstract to help you. Why don't you post the relevant parts of your code along with the errors you're getting. (If you do, please use code tags :-) )

    Right now, all people can tell you is that you'll probably need use casts ...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Sorting algorithms, worst-case input
    By Leftos in forum C++ Programming
    Replies: 17
    Last Post: 06-15-2009, 01:33 PM
  2. Need help with linked list sorting function
    By Jaggid1x in forum C Programming
    Replies: 6
    Last Post: 06-02-2009, 02:14 AM
  3. sorting structure members using pointers
    By robstr12 in forum C Programming
    Replies: 5
    Last Post: 07-25-2005, 05:50 PM
  4. Still Needing Help : selection sorting
    By Unregistered in forum C Programming
    Replies: 6
    Last Post: 10-14-2001, 08:41 PM
  5. selection sorting
    By Unregistered in forum C Programming
    Replies: 5
    Last Post: 10-13-2001, 08:05 PM