From c23bc3da31c1716e292e35d795a50df315c3d884 Mon Sep 17 00:00:00 2001 From: Holger Boerchers Date: Sat, 22 Dec 2018 12:58:30 +0100 Subject: [PATCH] working on --- src/Motorradvermietung.cpp | 20 ++++++++++++++++++++ src/Motorradvermietung.vcxproj | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/src/Motorradvermietung.cpp b/src/Motorradvermietung.cpp index c8cc116..eec7bdc 100644 --- a/src/Motorradvermietung.cpp +++ b/src/Motorradvermietung.cpp @@ -1,4 +1,24 @@ #include +#include + +using namespace std; + +class customer +{ +private: + string name; + string first_name; + string street; + string street_no; + string postal_code; + string city; + int year_of_birth = 1900; + string phone_no; + bool has_driving_license = false; +public: + + +}; int main() { diff --git a/src/Motorradvermietung.vcxproj b/src/Motorradvermietung.vcxproj index 475f4d1..d718f89 100644 --- a/src/Motorradvermietung.vcxproj +++ b/src/Motorradvermietung.vcxproj @@ -134,7 +134,7 @@ - Use + NotUsing Level3 MaxSpeed true