Skip to content
Snippets Groups Projects
Forked from Nathan Renney / cpp-resources
9 commits behind the upstream repository.

Week 9

Remember, each week you must complete the weekly quiz, just general questions around what you have been learning on the module. These quizzes are not marked directly but you will get a mark for completing 90% of them.

This week's quiz can be found here: https://go.uwe.ac.uk/cppQuiz

This weeks lecture and slides

Working on

👉 WORKSHEET 2 👈

  • Continue getting familiar with a simple development environment
  • Making basic usage of git for version control
  • Starting to write simple expressions and statements to solve problems
  • Understanding variables, literals and common types

Have already completed ...

  • Setup up your own machine for development
  • Understand the basics of git for forking, cloning and pushing code.

If you have not already completed this please do so ASAP.

By the end of the week...

... you should have completed:

  • Submitted Worksheet 1
  • Attend a seminar
  • Attend a 2 practicals to work on worksheet 2

...you should be able to:

  • Use git to track and manage source files
  • Write simple expressions in C++

Resources

External

Note the following resources are from alternative sources and so not everything shown will align with how we are working (things like using different IDEs and compilers.) They are provided as extra resources for further and more varied explantations on related topics.