Search:

Type: Posts; User: orjanb314

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    6,563

    Never mind, took me 30 secs to test it myself,...

    Never mind, took me 30 secs to test it myself, thanks for the answers.
  2. Replies
    8
    Views
    6,563

    Is there such a thing as unsigned char, like with...

    Is there such a thing as unsigned char, like with int?
  3. Replies
    8
    Views
    6,563

    multiplying chars

    char test1 = 15;
    char test2 = 10;
    char test3 = test1*test2;

    printf("%d ", test3);



    Why does this code result in printing out -106? Is there any way I can easily make test3 into the correct...
Results 1 to 3 of 3