not using precompiled header
This commit is contained in:
@ -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;
|
||||
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user