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 ------- .. csv-table:: :file: csv_tables/day7.csv :header-rows: 1 .. toctree:: :maxdepth: 1 :hidden: day7/00-group-meeting day7/01-datatypes day7/02-pointers Discussions and Assignments --------------------------- .. toctree:: :maxdepth: 1 day7/00-group-meeting day7/group-assignment individual-assignments/individual-assignment-3