Skip to content
Snippets Groups Projects

Week 10

IMPORTANT:

This week there is a new seminar format - we now move to just two sessions which will mean larger groups, however these will be held in lecture halls with an appropriate capacity! It's important however that you check which room this session is EVERY WEEK. These sessions are currently scheduled for a few different rooms

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

This weeks lecture and slides>

:speech_balloon: There is now a discord. Join the discord if you want to : https://discord.gg/V559GVJQnK :speech_balloon:

Working on

:point_right: WORKSHEET 3 :point_left:

  • Writing simple programs that use print statements (either std::cout or printf() is acceptable)
  • Using for loops to control the flow of programs
  • Continuing to write simple expressions and statements to solve problems
  • Making use of 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 2
  • Attend the new format seminar session (Please check your timetable as the location changes weekly!)
  • Join the discord if you want to : https://discord.gg/V559GVJQnK
  • Attend 2 practicals to work on worksheet 3

...you should be able to:

  • Print to the console in c++
  • Write at least one type of loop 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.