Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
Loading items

Target

Select target project
  • ng-renney/cpp-resources
  • mj2-opena/cpp-resources
  • k2-alenezi/cpp-resources
  • m4-albalushi/cpp-resources
  • pm2-dixon/cpp-resources
  • m3-howladar/cpp-resources
  • laa2-alkaabi/cpp-resources
  • n2-fonsecamanc/cpp-resources
  • amn2-aldossary/cpp-resources
  • i23-davies/cpp-resources
  • ub2-ibeh/cpp-resources
  • w3-alshammari/cpp-resources
  • m2-aldhfeeri/cpp-resources
  • h3-alsaloumi/cpp-resources
  • h2-alfaresi/cpp-resources
  • r22-islam/cpp-resources
  • w2-alrashidi/cpp-resources
17 results
Select Git revision
Loading items
Show changes
Commits on Source (4)
# Week 10 # Week 11
### IMPORTANT: ### IMPORTANT:
Don't forget to check your seminar room! Don't forget to check your seminar room!
......
# Week 12
### IMPORTANT:
Don't forget to check your seminar room!
> **This week's quiz can be found here:** https://go.uwe.ac.uk/cppQuiz
>
> [This weeks lecture](https://uwe.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=fe1c9ffb-cf06-4c1e-a946-ade000d07d12&instance=Blackboard) and [slides](https://blackboard.uwe.ac.uk/webapps/blackboard/content/listContentEditable.jsp?content_id=_10054823_1&course_id=_358428_1#contextMenu)
💬 There is now a discord. Join the discord if you want to : [https://discord.gg/V559GVJQnK](https://discord.gg/V559GVJQnK "https://discord.gg/V559GVJQnK") 💬
## Working on
### 👉 [WORKSHEET 4](https://gitlab.uwe.ac.uk/ng-renney/cpp-resources/-/blob/main/worksheets/worksheet4/worksheet4.md?ref_type=heads) 👈
Optionally moving on to 👉 [WORKSHEET 5](https://gitlab.uwe.ac.uk/ng-renney/cpp-resources/-/blob/main/worksheets/worksheet5/worksheet5.md?ref_type=heads) 👈
- Writing code that uses functions
- Converting pseudocode into c++
- Exploring more substantial code projects
## Have already completed ...
- Submitting worksheets 2 and 3, ensuring you have also uploaded you git repo link to blackboard
If you have not already completed this please do so ASAP.
## By the end of the week...
... you should have completed:
- Watching [This weeks lecture](https://uwe.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=fe1c9ffb-cf06-4c1e-a946-ade000d07d12&instance=Blackboard) and [slides](https://blackboard.uwe.ac.uk/webapps/blackboard/content/listContentEditable.jsp?content_id=_10054823_1&course_id=_358428_1#contextMenu)
* Submitted Worksheet 3
- 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](https://discord.gg/V559GVJQnK "https://discord.gg/V559GVJQnK")
- Attend 2 practicals to work on worksheet 4
...you should be able to:
- Write functions including selecting appropriate return types and arguments
- Make function calls and pass arguments to functions when calling them
- Use existing functions from a library to program more complex tasks
- Use nested loops and conditional statements
- Understand the rules to Conway's Game of Life and observe how it creates complex results
## Resources
- Wikipedia Article on Conways Game of Life [here](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life)
- The Game of Life Wiki [here](https://www.conwaylife.com/wiki/Main_Page) is great for finding more advanced patterns etc.
- Guide on using [Command Line Interfaces ](https://gitlab.uwe.ac.uk/ng-renney/cpp-resources/-/blob/main/guides/cli.md?ref_type=heads)
- [Git submissions](https://gitlab.uwe.ac.uk/ng-renney/cpp-resources/-/blob/main/guides/git/git-submissions.md?ref_type=heads)
- [Git Reference](https://gitlab.uwe.ac.uk/ng-renney/cpp-resources/-/blob/main/guides/git/git-reference.md?ref_type=heads)
# Week 13
### IMPORTANT:
Don't forget to check your seminar room!
> **This week's quiz can be found here:** https://go.uwe.ac.uk/cppQuiz
>
> [This weeks lectures are 6 and 7, found here](https://blackboard.uwe.ac.uk/webapps/blackboard/content/listContentEditable.jsp?content_id=_10054823_1&course_id=_358428_1#contextMenu)
💬 There is now a discord. Join the discord if you want to : [https://discord.gg/V559GVJQnK](https://discord.gg/V559GVJQnK "https://discord.gg/V559GVJQnK") 💬
## Working on
### 👉 [WORKSHEET 5](https://gitlab.uwe.ac.uk/ng-renney/cpp-resources/-/blob/main/worksheets/worksheet5/worksheet5.md?ref_type=heads) 👈
- Writing code that uses classes
- Applying problem solving to create solutions to new concepts
- Exploring even more substantial code projects
## Have already completed ...
- Submitting worksheets 2 and 3, ensuring you have also uploaded you git repo link to blackboard
If you have not already completed this please do so ASAP.
## By the end of the week...
... you should have completed:
- Watching [Lectures 6 and 7, found here](https://blackboard.uwe.ac.uk/webapps/blackboard/content/listContentEditable.jsp?content_id=_10054823_1&course_id=_358428_1#contextMenu)
* Submitted Worksheet 4
- 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](https://discord.gg/V559GVJQnK "https://discord.gg/V559GVJQnK")
- Attend 2 practicals to work on worksheet 5
...you should be able to:
- Write and/or understand C++ Classes
- Make instances of classes and use existing classes
- Split your code between implmentation (.cpp) and declaration/header (.hpp) files
## Resources
- [This weeks lectures 6 and 7, found here](https://blackboard.uwe.ac.uk/webapps/blackboard/content/listContentEditable.jsp?content_id=_10054823_1&course_id=_358428_1#contextMenu)
- [w3 schools covering classes](https://www.w3schools.com/cpp/cpp_classes.asp)
- [video on classes](https://www.youtube.com/watch?v=3dHBFBw13E0)
- Guide on using [Command Line Interfaces ](https://gitlab.uwe.ac.uk/ng-renney/cpp-resources/-/blob/main/guides/cli.md?ref_type=heads)
- [Git submissions](https://gitlab.uwe.ac.uk/ng-renney/cpp-resources/-/blob/main/guides/git/git-submissions.md?ref_type=heads)
- [Git Reference](https://gitlab.uwe.ac.uk/ng-renney/cpp-resources/-/blob/main/guides/git/git-reference.md?ref_type=heads)
# Week 14
### IMPORTANT:
Don't forget to check your seminar room!
> **This week's quiz can be found here:** https://go.uwe.ac.uk/cppQuiz
>
> [This weeks lectures are 6 and 7, found here](https://blackboard.uwe.ac.uk/webapps/blackboard/content/listContentEditable.jsp?content_id=_10054823_1&course_id=_358428_1#contextMenu)
💬 There is now a discord. Join the discord if you want to : [https://discord.gg/V559GVJQnK](https://discord.gg/V559GVJQnK "https://discord.gg/V559GVJQnK") 💬
## Working on
### 👉 [WORKSHEET 5](https://gitlab.uwe.ac.uk/ng-renney/cpp-resources/-/blob/main/worksheets/worksheet5/worksheet5.md?ref_type=heads) 👈
- Continuing worksheet 5 and catching up on any outstanding work
- Preparing for the assignment
## Have already completed ...
- Submitting worksheets 2 ,3 and 4, ensuring you have also uploaded you git repo link to blackboard
If you have not already completed this please do so ASAP.
## By the end of the week...
... you should have completed:
- Watching [Lectures 6 and 7, found here](https://blackboard.uwe.ac.uk/webapps/blackboard/content/listContentEditable.jsp?content_id=_10054823_1&course_id=_358428_1#contextMenu)
* Submitted Worksheet 5
- 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](https://discord.gg/V559GVJQnK "https://discord.gg/V559GVJQnK")
- Attend 2 practicals to work on worksheet 5
...you should be able to:
- Write and/or understand C++ Classes
- Make instances of classes and use existing classes
- Split your code between implementation (.cpp) and declaration/header (.hpp) files
## Resources
- [This weeks lectures 6 and 7, found here](https://blackboard.uwe.ac.uk/webapps/blackboard/content/listContentEditable.jsp?content_id=_10054823_1&course_id=_358428_1#contextMenu)
- [w3 schools covering classes](https://www.w3schools.com/cpp/cpp_classes.asp)
- [video on classes](https://www.youtube.com/watch?v=3dHBFBw13E0)
- Guide on using [Command Line Interfaces ](https://gitlab.uwe.ac.uk/ng-renney/cpp-resources/-/blob/main/guides/cli.md?ref_type=heads)
- [Git submissions](https://gitlab.uwe.ac.uk/ng-renney/cpp-resources/-/blob/main/guides/git/git-submissions.md?ref_type=heads)
- [Git Reference](https://gitlab.uwe.ac.uk/ng-renney/cpp-resources/-/blob/main/guides/git/git-reference.md?ref_type=heads)
# Week 15
### IMPORTANT:
Don't forget to check your seminar room!
> **This week's quiz can be found here:** https://go.uwe.ac.uk/cppQuiz
>
> [This weeks lectures are 6 and 7, found here](https://blackboard.uwe.ac.uk/webapps/blackboard/content/listContentEditable.jsp?content_id=_10054823_1&course_id=_358428_1#contextMenu)
💬 There is now a discord. Join the discord if you want to : [https://discord.gg/V559GVJQnK](https://discord.gg/V559GVJQnK "https://discord.gg/V559GVJQnK") 💬
## Working on and submitting
### 👉 [WORKSHEET 5](https://gitlab.uwe.ac.uk/ng-renney/cpp-resources/-/blob/main/worksheets/worksheet5/worksheet5.md?ref_type=heads) 👈
- Continuing worksheet 5 and catching up on any outstanding work
- Exploring any concepts that you were less confident on in the last few weeks!
- You can start thinking about and working on the assigment
## Have already completed ...
- Submitting worksheets 2 ,3 and 4, ensuring you have also uploaded you git repo link to blackboard
If you have not already completed this please do so ASAP.
## By the end of the week...
... you should have completed:
- Watching [Lectures 6 and 7, found here](https://blackboard.uwe.ac.uk/webapps/blackboard/content/listContentEditable.jsp?content_id=_10054823_1&course_id=_358428_1#contextMenu)
* Submitted Worksheet 5
- 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](https://discord.gg/V559GVJQnK "https://discord.gg/V559GVJQnK")
- Attend 2 practicals to work on worksheet 5
...you should be able to:
- Write and/or understand C++ Classes
- Make instances of classes and use existing classes
- Split your code between implementation (.cpp) and declaration/header (.hpp) files
## Resources
- [This weeks lectures 6 and 7, found here](https://blackboard.uwe.ac.uk/webapps/blackboard/content/listContentEditable.jsp?content_id=_10054823_1&course_id=_358428_1#contextMenu)
- [w3 schools covering classes](https://www.w3schools.com/cpp/cpp_classes.asp)
- [video on classes](https://www.youtube.com/watch?v=3dHBFBw13E0)
- Guide on using [Command Line Interfaces ](https://gitlab.uwe.ac.uk/ng-renney/cpp-resources/-/blob/main/guides/cli.md?ref_type=heads)
- [Git submissions](https://gitlab.uwe.ac.uk/ng-renney/cpp-resources/-/blob/main/guides/git/git-submissions.md?ref_type=heads)
- [Git Reference](https://gitlab.uwe.ac.uk/ng-renney/cpp-resources/-/blob/main/guides/git/git-reference.md?ref_type=heads)