| 192 | |
| 193 | |
| 194 | void F_Developers() { |
| 195 | cout << "____________________________________________________________________________________________________ \n"; |
| 196 | cout << " A L I B A Z A R A B O U T \n"; |
| 197 | cout << "____________________________________________________________________________________________________\n\n"; |
| 198 | cout << "\n\t\t\t\t'AliBazar' Online Shopping Aplication " << endl << endl; |
| 199 | cout << "\t\t\t\t Team Name: EightSoft " << endl; |
| 200 | cout << "\t\t\t\tTeam Section: OOP2 - 004 " << endl; |
| 201 | cout << "\t\t\t\tTeam Members: "; |
| 202 | cout << "Alimov Abdullokh [U1910060]\n\t\t\t\t\t Zokirov Rustam [U1910049] " << endl; |
| 203 | |
| 204 | cout << "\n\n\t\t\t\tPress any key to go back to Menu \n\n" << endl; |
| 205 | system("pause"); |
| 206 | } |
| 207 | |
| 208 | |
| 209 | void F_Sign_in() { |