Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- system("cls");
- cout << " " << endl;
- cout << " ~ ( MAIN MENU ) ~ " << endl;
- cout << " " << endl;
- cout << " Чтобы перейти в меню АБОНЕНТОВ, нажмите ~(1)~ " << endl;
- cout << " Чтобы перейти в меню СОБЫТИЙ, нажмите ~(2)~ " << endl;
- cout << " Чтобы выйти из записной книги, нажмите ~(ESC)~ " << endl;
- cout << " " << endl;
- cout << endl << endl;
- MAIN_CHOOSE = _getch();
- while ((MAIN_CHOOSE != 49) && (MAIN_CHOOSE != 50) && (MAIN_CHOOSE != 27)) {
- MAIN_CHOOSE = _getch();
- }
Advertisement
Add Comment
Please, Sign In to add comment