Lab: Multi-File Projects in Code::Blocks


Table of Contents

1. Projects with Multiple Files
2. Declarations and Definitions

In an earlier lab, we looked at using Code::Blocks to create simple projects with only a single .cpp file. In the recent lectures, you have learned about the importance of dividing programs into modules. In this lab, we will look at the support Code::Blocks provides for such projects and at some of the common things that can go wrong.