1
0

not using precompiled header

This commit is contained in:
Holger Boerchers
2018-12-14 22:15:41 +01:00
parent 0169e15d0e
commit 8efd482479
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -133,7 +133,7 @@
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>