Skip to content
Snippets Groups Projects
Commit 952e0275 authored by erayosso's avatar erayosso
Browse files

Renaming first assignmet to levenD

parent a86ca570
Branches eray
No related tags found
No related merge requests found
......@@ -3,4 +3,4 @@ project(magicCards)
set(CMAKE_CXX_STANDARD 20)
add_executable(magicCards main.cpp aufgabe1.h aufgabe1.cpp Cards.h functions.h functions.cpp)
add_executable(magicCards main.cpp levenD.h levenD.cpp Cards.h functions.h functions.cpp)
......@@ -4,7 +4,7 @@
#include <stdexcept>
#include <sstream>
#include <vector>
#include "aufgabe1.h"
#include "levenD.h"
// Aufgabe 3
//Given a file of cards, return a list consisting of card objects
......
#include "aufgabe1.h"
#include "levenD.h"
//Helper function, calculate minimum of three values
int min(int x, int y, int z) {
......
File moved
#include "aufgabe1.h"
#include "levenD.h"
#include "Cards.h"
#include "functions.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment