Day 9#

Overview#

Today we will learn a lot more about C++ functions and function passing conventions. We will also touch on namespaces and exceptions.

Lessons#

Lesson Title

Objectives

Questions

Multi-file projects

  • Learn how the C++ compiler preprocesses files

  • Learn the difference between header and source files

  • Learn how to include intra-project header files

  • How can we split a large C++ project into multiple files

Discussions and Assignments#