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#

Lesson Title

Objectives

Questions

Common data types

  • Learn about the built-in data types in C++, and what they are used for

  • What are the common, built-in data types in C++pointers and references in C++

  • When should I use each data type?

Arrays, Pointers, Memory, and Vectors

  • To learn about pointers

  • To learn about different ways of representing lists/arrays of data

  • What are pointers and references in C++

  • Why/when should I use a pointer or reference?

  • Pitfalls of using pointer

Discussions and Assignments#