Key syntax elements for lab 5

The C++ features we will add for lab 5 are structs (plus arrays of structs) and char arrays with cin.getline, strcpy, strcmp, and strlen. (Refer back to the course notes or to the previous labs for refreshers on the syntax used earlier.)


Structs and arrays of structs


Character arrays with cstdio, cout, cin.getline