Search:

Type: Posts; User: oogabooga

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    922

    Replacing the char with a short doesn't prove...

    Replacing the char with a short doesn't prove anything (shorts are always signed unless you specifically request an unsigned short).

    I meant to try forcing an unsigned char:


    unsigned char x =...
  2. Replies
    5
    Views
    922

    char's are signed on some archs and unsigned on...

    char's are signed on some archs and unsigned on others.

    As an experiment try signed char and unsigned char on both archs.
Results 1 to 2 of 2