From 8efd4824797aacfb95d4ae9131b78735a8dac4a2 Mon Sep 17 00:00:00 2001 From: Holger Boerchers Date: Fri, 14 Dec 2018 22:15:41 +0100 Subject: [PATCH] not using precompiled header --- Urlaubsverwaltung/Urlaubsverwaltung.cpp | 4 ++-- Urlaubsverwaltung/Urlaubsverwaltung.vcxproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Urlaubsverwaltung/Urlaubsverwaltung.cpp b/Urlaubsverwaltung/Urlaubsverwaltung.cpp index a6d5803..ebe80a3 100644 --- a/Urlaubsverwaltung/Urlaubsverwaltung.cpp +++ b/Urlaubsverwaltung/Urlaubsverwaltung.cpp @@ -145,12 +145,12 @@ int main() { system("cls"); cout << "Urlaubsverwaltung (" << employees.size() << " Mitarbeiter)" << endl << endl; - cout << "Bitte w\x84hlen Sie eine Option:" << endl; + cout << "Bitte w\x84hlen Sie:" << endl; cout << "1: Mitarbeiter anlegen" << endl; cout << "2: Mitarbeiter bearbeiten" << endl; cout << "3: Alle Mitarbeiter auflisten" << endl; cout << "0: Programm beenden" << endl; - cout << "ihre Eingabe:"; + cout << "> "; auto input = 0; cin >> input; diff --git a/Urlaubsverwaltung/Urlaubsverwaltung.vcxproj b/Urlaubsverwaltung/Urlaubsverwaltung.vcxproj index 34a23db..cb4e067 100644 --- a/Urlaubsverwaltung/Urlaubsverwaltung.vcxproj +++ b/Urlaubsverwaltung/Urlaubsverwaltung.vcxproj @@ -133,7 +133,7 @@ - Use + NotUsing Level3 MaxSpeed true