Compare commits
	
		
			2 Commits
		
	
	
		
			ccb91713d7
			...
			83448701a9
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | 83448701a9 | ||
|   | 8efd482479 | 
| @@ -157,7 +157,7 @@ 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; | ||||||
|   | |||||||
| @@ -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