CSI - CS 2 Page numbers are primarily from Dale text which was listed as recommended. A second set of page numbers (if exists) shows the Liang text locations Homework #1 and Review Characters, digits, characters as ints, converting characters to digits Strings, Arrays, strings as arrays Functions on strings String concatenation Memory and Memory Diagrams (153-159) - Stack V. Heap, Static allocation vs. Dynamic allocation - Function Stack Structs (74-79 and 93) - (as data holders/public classes) - programmer-defined type - dot (.) operator - arrow (->) operators Pointers (153-159) (352-366) - declaration, meaning of star (*) - new and delete - NULL - pointer / dynamic memory issues: - garbage Linked Lists (160-180) (621-637) - node structure and code - pointers, use of NULL - end of list - head v tail - add to front, output, delete, print, operations on every element