Search:

Type: Posts; User: helloworld922

Search: Search took 0.07 seconds.

  1. Replies
    9
    Views
    1,473

    Re: Signed & unsigned

    Agreed, I have only ever encountered 1, maybe 2 situations where I had considered using char intentionally as an unsigned 16-bit integer. These were highly specialized cases which eventually...
  2. Replies
    9
    Views
    1,473

    Re: Signed & unsigned

    There technically is an unsigned type in Java, though it's use for this purpose is not orthodox. char can function as a 16-bit unsigned integer.
Results 1 to 2 of 2