not using precompiled header
This commit is contained in:
@ -145,12 +145,12 @@ int main()
|
|||||||
{
|
{
|
||||||
system("cls");
|
system("cls");
|
||||||
cout << "Urlaubsverwaltung (" << employees.size() << " Mitarbeiter)" << endl << endl;
|
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 << "1: Mitarbeiter anlegen" << endl;
|
||||||
cout << "2: Mitarbeiter bearbeiten" << endl;
|
cout << "2: Mitarbeiter bearbeiten" << endl;
|
||||||
cout << "3: Alle Mitarbeiter auflisten" << endl;
|
cout << "3: Alle Mitarbeiter auflisten" << endl;
|
||||||
cout << "0: Programm beenden" << endl;
|
cout << "0: Programm beenden" << endl;
|
||||||
cout << "ihre Eingabe:";
|
cout << "> ";
|
||||||
auto input = 0;
|
auto input = 0;
|
||||||
cin >> input;
|
cin >> input;
|
||||||
|
|
||||||
|
@ -133,7 +133,7 @@
|
|||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<PrecompiledHeader>Use</PrecompiledHeader>
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<Optimization>MaxSpeed</Optimization>
|
<Optimization>MaxSpeed</Optimization>
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
|
Reference in New Issue
Block a user