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>
Working on

WORKSHEET 3 


- Writing simple programs that use print statements (either
std::cout
orprintf()
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:
- Completed WORKSHEET 3
- Watching This weeks lecture and slides
- 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
- WORKSHEET 3
- This weeks lecture and slides
- Guide on using Command Line Interfaces
- Git submissions
- Git Reference
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.