June 2017
Intermediate to advanced
532 pages
12h 59m
English
In this section, we will write a little game that prompts the user to enter a specific word. The time that the user needs to type this word into the keyboard is measured and displayed in multiple time units:
#include <iostream> #include <chrono> #include <ratio> #include <cmath> #include <iomanip> #include <optional> using namespace std;
Read now
Unlock full access