Search:

Type: Posts; User: ps2fats

Search: Search took 0.00 seconds.

  1. Replies
    16
    Views
    2,851

    thank you. got it.

    thank you. got it.
  2. Replies
    16
    Views
    2,851

    is there a way to do that within the if statement?

    is there a way to do that within the if statement?
  3. Replies
    16
    Views
    2,851

    right, i am aware of those functions, but on how...

    right, i am aware of those functions, but on how to incorporate it so that I am able to reduce that if() statement to fewer characters.

    Is there a way to assign both thisChar and lastChar to ...
  4. Replies
    16
    Views
    2,851

    is there a way to do this to account for capital...

    is there a way to do this to account for capital letters ?

    the ctype.h functions are available

    i've got:

    while (scanf("%c", &thisChar) == 1) {
    if (thisChar == 'h' || thisChar == 'H' &&...
Results 1 to 4 of 4