Search:

Type: Posts; User: yuuh

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,601

    what would I use to count number of words

    << split from long dead thread http://cboard.cprogramming.com/c-programming/89220-what-would-i-use-count-number-words.html >>

    #include<stdio.h>
    #include<conio.h>
    #include<string.h>
    main()
    {...
  2. Thread: Word counting

    by yuuh
    Replies
    2
    Views
    2,193

    Word counting

    <<mod note: split from 2 year old thread>>

    #include<stdio.h>
    #include<conio.h>
    #include<string.h>
    main()
    {
    clrscr();
    char *str,a[]=".!?";
    int index,cnt,sntcnt=0,slen=0;
Results 1 to 2 of 2