An open API service indexing awesome lists of open source software.

https://github.com/mikael-ros/edaf50

Exercises and solutions for the EDAF50 C++ Programming course at LTH
https://github.com/mikael-ros/edaf50

cpp edaf50 lth lund-university

Last synced: about 1 month ago
JSON representation

Exercises and solutions for the EDAF50 C++ Programming course at LTH

Awesome Lists containing this project

README

          

# Exercises and solutions for EDAF50 C++ Programming
These are my personal solutions to the exercises and exams for the EDAF50 C++ Programming course, as it was in spring 2026. This repository also contains my reasoning, usually located in the ``readme.md`` file of the respective folders. Similarly, the original questions (see "Permission"), as they were worded in spring 2026, are included as ``original/readme.md`` in each respective folder, along with their untouched source files and original given solutions (to compare with).

Obviously, it should be noted that these are the ramblings of someone learning C++. Some of the solutions may be misguided. It is available for reference purposes.

This repository is associated with my [Notion database](https://mikaelrr.notion.site/Shared-Notes-Hub-D-C-LTH-f2a47297b9b146dba372e02c4f789d55?source=copy_link).

AI has not been used, unless specified.

## Finished exercises
- [x] [Exercise 1 (done 2026-05-26)](Exercise%201/readme.md)
- [x] [Exercise 2 (done 2026-05-26)](Exercise%202/readme.md)
- [x] [Exercise 3 (done 2026-05-27)](Exercise%203/readme.md)
- [x] [Exercise 4 (done 2026-05-28)](Exercise%204/readme.md)
- [ ] [Exercise 5 (started, but dnf 2026-05-29)](Exercise%205/readme.md)
- [ ] [Exercise 6 (did not start)](Exercise%206/readme.md)

## Finished exams
Sorted by last attempt date descending
- [x] [2024-05-31 (last attempted 2026-05-30)](Exams/240531/readme.md)
- [x] [2025-06-03 (last attempted 2026-05-29)](Exams/250603/readme.md)

## How to use
There are two ways to use this repository:
1. Use the solutions as reference
2. Fork the repository, remove or move my solutions (files and the answer texts), and use the repository as a template for your own exercises

## Permission

Permission was granted to me, to use and publish the exercises and my solutions was granted by Sven Robertz 4th February 2026.

However, it is not clear what license is associated with the files, if any.