From the course: Code Clinic: C++

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Intro: Information dashboard

Intro: Information dashboard - C++ Tutorial

From the course: Code Clinic: C++

Start my 1-month free trial

Intro: Information dashboard

(electronic sounds) - [Instructor] Hello, and welcome to the sixth and final problem of the Code Clinic series. This is a challenge to create an information dashboard. We live in an ocean of information. In many cases, there's too much information to draw useful conclusions. We need to summarize and visualize that information for it to be useful. That's where dashboards have become popular. Dashboards are a visual representation of information that indicates progress or status of a process. They often include charts, and graphs, and sometimes pictures. Sometimes they're interactive and allow asking what if? sort of questions. In this challenge, we are asking our authors to create a dashboard that represents the status of a fictional manufacturing process. The status is contained in a text file with a day's worth of observations, one per second. Each observation includes a timestamp and the status of several processes…

Contents