Search:

Type: Posts; User: freak_dudette

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    7,196

    That does make sense! How could I have missed...

    That does make sense! How could I have missed that!? :-))
    Thanks a lot *hug*
  2. Replies
    5
    Views
    7,196

    Thanks for the reply :) Well, I have to do a...

    Thanks for the reply :)

    Well, I have to do a project using POSIX threads in C, each thread has to count the number of occurrences of the "the" word in a given file. I chose to do this with popen...
  3. Replies
    5
    Views
    7,196

    Popen question

    Hi, I have a question regarding the popen() function in C.

    I would like to open a text file and count the "the" words, and this would do the job:

    FILE* fin;
    fin=popen("cat myfile.txt | grep -o...
Results 1 to 3 of 3