Day 7 ===== Overview -------- Today we will be continuing to learn about C++, with a focus on common data types. We will also learn about pointers and references, which are fundamental concepts in C++ and which are not found in Python. Lessons ------- .. toctree:: :maxdepth: 1 day7/00-group-meeting day7/01-datatypes day7/02-pointers Discussions and Assignments --------------------------- .. toctree:: :maxdepth: 1 day7/group-assignment