Search:

Type: Posts; User: Norm

Search: Search took 0.20 seconds.

  1. Thread: chr array to int

    by Norm
    Replies
    5
    Views
    1,418

    Re: chr array to int

    Can you give a concrete answer. Like "welcome" should convert to 435643429.
    Then explain the algorithm that you used to make that conversion:
    first letter * 23 + second letter *11 + ....
  2. Thread: chr array to int

    by Norm
    Replies
    5
    Views
    1,418

    Re: chr array to int

    Given the String "welcome", what do you want to convert it to?
    What do you want to print out?
Results 1 to 2 of 2