Search:

Type: Posts; User: gravityzer0

Search: Search took 0.00 seconds.

  1. Splitting stream of bytes into block of array.

    This is one program i have written to accept a fixed 16 ASCII characters and store them as hex value in a 4x4 matrix(text[4][4].




    .
    .
    int text[4][4]
    .
    .
  2. Replies
    3
    Views
    1,471

    salem, Yes sorry, i will keep that in mind...

    salem,

    Yes sorry, i will keep that in mind next time.

    and Brian,

    I just happened to figure that out by myself as well. Anyway thank you for your quick reply regarding this :).
  3. Replies
    3
    Views
    1,471

    Not displaying higher nibble

    I have this one array declared as result[row][col]

    the result[row][col] is obtained from the operation of array1[row][col] XOR (^) array2[row][col] where all the arrays contain hexadecimal...
Results 1 to 3 of 3