Add Aufg8
This commit is contained in:
parent
00b4e196da
commit
b99e0b45ad
@ -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();
|
||||
}
|
||||
|
@ -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) 🍇
|
Loading…
Reference in New Issue
Block a user