Search:

Type: Posts; User: lingz82

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,366

    i tried using isdigit, but it is not working. Or...

    i tried using isdigit, but it is not working. Or maybe anyone can tell me how to use isdigit() to check if the string is a number?
  2. Replies
    5
    Views
    1,366

    how to check if the string is a number

    my program will read in a string from user input, how do i check if it is a number?
  3. Replies
    5
    Views
    1,431

    okie. Greatly appreciate everyone's help. thanks!

    okie. Greatly appreciate everyone's help. thanks!
  4. Replies
    5
    Views
    1,431

    The int i am looking for is not fix at all times,...

    The int i am looking for is not fix at all times, like the cumulative of set of following data,

    File1-0(71%) File2-0(63%) 177
    File1-0(71%) File2-0(63%) 177
    File1-1(59%) File2-1(63%) 167

    I...
  5. Replies
    5
    Views
    1,431

    extracting specify int in a string

    I am writing a program which require me to extract certain integers in the input string.
    For example,
    input string "this is 10th line of page 234" i want to extract the int 10 and 234. which...
  6. Thread: words counts

    by lingz82
    Replies
    3
    Views
    1,268

    problem solved. thanks for the reply

    problem solved. thanks for the reply
  7. Thread: words counts

    by lingz82
    Replies
    3
    Views
    1,268

    words counts

    what function to use to count the number of words in a string. and also to output the first word and last word in the string.
Results 1 to 7 of 7