Search:

Type: Posts; User: PUI

Search: Search took 0.00 seconds.

  1. Thread: force finish

    by PUI
    Replies
    1
    Views
    1,382

    force finish

    have command to force finish or quit program in C?
  2. Thread: while scanf

    by PUI
    Replies
    3
    Views
    1,753

    while scanf

    i want to write if scanf input !=123ABC
    will do next step

    what is the write format?
  3. Thread: ABC problems

    by PUI
    Replies
    6
    Views
    1,519

    if i go from T to F , then 18-5 = 13. how come...

    if i go from T to F , then 18-5 = 13. how come give different?
  4. Thread: ABC problems

    by PUI
    Replies
    6
    Views
    1,519

    how can i present in C? i dont understand go...

    how can i present in C?
    i dont understand go right or left
  5. Thread: ABC problems

    by PUI
    Replies
    6
    Views
    1,519

    ABC problems

    question:

    A to Z is a circle, if i start from T ,then want go to F, i want to choose a shorest part. how can i do it .
    T>U>V>W>X>W>Z>A>B>C>D>E>F = 12
    T>S>R>Q>P>O>N>M>L>K>J>I>H>G>F =14
  6. Replies
    12
    Views
    3,803

    -_-"

    -_-"
  7. Replies
    12
    Views
    3,803

    when i type DA it output -3 , how can i change...

    when i type DA it output -3 , how can i change all output to positive number?
  8. Replies
    12
    Views
    3,803

    thx for help

    thx for help
  9. Replies
    12
    Views
    3,803

    that means printf("%c - %c = %d" , first ,...

    that means
    printf("%c - %c = %d" , first , second , different);
    ?

    seems cant work
  10. Replies
    12
    Views
    3,803

    that mean i need 'D' - 'A' = 3 change to ASCII...

    that mean i need 'D' - 'A' = 3 change to ASCII code in my program ?
  11. Replies
    12
    Views
    3,803

    sorry for first post

    sorry for first post
  12. Replies
    12
    Views
    3,803

    [help]count alphabet

    i want to count the number of alphabet between my input

    exmaple : I input AD , i want it show me the answer is 3,since
    (A>B>C>D)

    i am newbie for C program , pls help
Results 1 to 12 of 12