Arcade Prehacks

Page 7 of 7 FirstFirst ... 567
Results 61 to 62 of 62
  1. #61
    Senior Member
    Join Date
    Feb 2010
    Posts
    156

    Re: My java thread thing

    Quote Originally Posted by router
    Text to binary? That's difficult? Really?

    On .net it would just be Encoding.GetBytes. Then for each byte make a binary representation of it. I'm going to say that there should be the equivalent for Java.

    Also, for your binary to decimal, you could have just one text box. There really doesn't need to be eight.

    Also, for your binary to decimal, you could have just one text box. There really doesn't need to be eight.
    True but I'm still new at Java and don't know how to get each individual character in the text and make them there own variable... but that gave me a idea.

    On .net it would just be Encoding.GetBytes. Then for each byte make a binary representation of it. I'm going to say that there should be the equivalent for Java.
    IDK if there is a function like that...

  2. #62
    variable's Avatar
    Join Date
    Dec 2010
    Location
    Neverland
    Posts
    91

    Re: My java thread thing

    I made a letter to hex and hex to letter converter @willy.

Page 7 of 7 FirstFirst ... 567

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •