Learning Outcomes
By the end of this session, students should:
- appreciate the need for clear and consistent code styling.
- be able to format code according to the Google C++ code style guidelines.
- be comfortable creating software projects spanning multiple files.
- appreciate the need for including header guards.
- be able to compile multi-file projects on the command line.
- be able to create simple makefiles.
- be able to create and use simple C++ classes.