Skip to content

eejahromi/WordCount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordCount

CS 570 - Operating Systems

A simple word count that implements an ASCII progress bar. This program demonstrates the use of POSIX threads in order to count the number of words without blocking the main thread while the progress bar shows the status of the number of the words being counted with respect to the entire file size on another thread.

sample text files borrowed from http://www.gutenberg.org/

About

ASCII progress bar for Word Count

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published