Skip to content

A tool to parse CSV file and gather some statistical information

License

Notifications You must be signed in to change notification settings

sopryshko/csv_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task

Write a program in C++ that gathers the following data from the CSV file:

  • Histogram of the latched status. How many times the machine entered each status code.
  • Time spent in each state. How many seconds did the machine spend in each state.