Hello.  I am new to C programming.  I needed help with a C program that is fairly simple but I am stuck since I am new to C programming.
It involves using fopen() to iterate through all files in that directory, and get the word count.  It also involves multithreaded programming.
I have to process an x number of files for the word count in threads.  For example, I have to use 5 threads to process 100 files.  Meaning 20...