Add Aufg8

This commit is contained in:
Matti 2024-11-23 09:43:41 +01:00
parent 00b4e196da
commit b99e0b45ad
2 changed files with 6 additions and 2 deletions

View File

@ -8,6 +8,7 @@
#include "Aufg5/Mastermind.h"
#include "Aufg6/MineSweeper.h"
#include "Aufg7/SegFault.h"
#include "Aufg8/SalesStatMain.h"
int main() {
// Aufg1Main();
@ -16,5 +17,6 @@ int main() {
// Aufg4Main();
// Aufg5Main();
// Aufg6Main();
Aufg7Main();
// Aufg7Main();
Aufg8Main();
}

View File

@ -6,4 +6,6 @@
- Aufgabe 3 (Telefonbuch mit Speichern in Datei) ☎️
- Aufgabe 4 (Auswertung großer Verbrecher-CSV) 🕵️‍♂️
- Aufgabe 5 (Mastermind Code-Guessing-Game) 👺
- Aufgabe 6 (Minesweeper Board Generator) 💣
- Aufgabe 6 (Minesweeper Board Generator) 💣
- Aufgabe 7 (SEGV. und Signal-Handling) 🤖
- Aufgabe 8 (Auswertung riesiger Sales-Datei) 🍇