Skip to content

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.