|
@@ -21,7 +21,7 @@ Before coming to the lab session you should have:
|
21
|
21
|
|
22
|
22
|
1. Reviewed basic concepts related to repetition structures.
|
23
|
23
|
|
24
|
|
-2. Reviewed the string class in C++. In particular, how to create string objects and the `length`, `toupper` and `push_back` methods. Also review the `isalpha` function and character arithmetic.
|
|
24
|
+2. Reviewed basic concepts of the `string` class in C++, the functions `length`, `toupper`, `push_back` and `isalpha` and character arithmetic.
|
25
|
25
|
|
26
|
26
|
3. Watched Khan Academy’s "Ceasar Cypher" video at https://www.youtube.com/watch?v=sMOZf4GN3oc .
|
27
|
27
|
|