Search:

Type: Posts; User: zacs7

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    6,720

    Why test for that!? strtok() FTW.

    Why test for that!?

    strtok() FTW.
  2. Replies
    5
    Views
    6,720

    1. Don't use gets(). See the FAQ 2. ...

    1. Don't use gets(). See the FAQ
    2.


    return(one, two, three, four, five, word);

    Doesn't do what you think it does.

    Why not just split the string up by spaces, and then count the letters...
Results 1 to 2 of 2