Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
1 result

week9.md

Blame
  • Forked from Nathan Renney / cpp-resources
    Loading

    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

    :point_right: WORKSHEET 2 :point_left:

    • 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.