Search:

Type: Posts; User: ubernos

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,757

    Converting decimal to binary

    I need to take a decimal base 10 number supplied by the user and convert it to binary. Is there an equation for this? What would the code look like?
  2. Replies
    2
    Views
    6,658

    Convert Integer into an array

    I need help converting an integer into an array. Basically, I have a 5 digit integer, lets say its 78722, and I need to convert it into an array that looks like this: [7] [8] [7] [2] [2]

    In other...
Results 1 to 2 of 2