Skip to content
/ ssfi Public

A simple tool that parses txt files and calculates word counts

License

Notifications You must be signed in to change notification settings

jdelgad/ssfi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to build

Type 'make' in the ssfi directory

Files built

ssfi -d

[-h | -v | --N ] The executable that meets the requirements specified. Type -h to learn more about the process and what flags can be specified to the user. test_file_locator Tests the FileLocator class and verifies the text files under unit_test/. Asserts if the expected files are not present. test_parser. Tests the Parser class that reads in the files under unit_tests/ and validates that data was read in correctly. Asserts if the data read in does not match what was expected.

Review of the assignment

My experience with boost prior to this exercise was minimal. I was quite impressed with it and would definitely look forward to using it along with C++11.

If I had enough time I would write a test for the worker queue Boost ASIO subclass I created.

My unit tests are very simple. They assert on simple checks and wouldn't provideothe best feedback to a developer, but are a starting point.

About

A simple tool that parses txt files and calculates word counts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published