Скачиваний:
22
Добавлен:
01.05.2014
Размер:
21.5 Кб
Скачать

//file:text.cpp

//description: output text functions

//author: Baranova N. N. 3351

//date: 18.02.06 ver: 1

void info ()

{

clrscr();

cout<<"***************************************"<<endl;

cout<<"* ‹ Ў®а в®а­ п а Ў®в  1 *"<<endl;

cout<<"* ‚лЇ®«­Ё«  Ѓ а ­®ў  Ќ. Ќ. ЈагЇ  3351 *"<<endl;

cout<<"* ‡ ¤ ­ЁҐ 3.7 *"<<endl;

cout<<"***************************************"<<endl<<endl;

}

void menu ()

{

cout<<endl<<"-----------------------------------"<<endl

<<"For insert new elem in list press 1"<<endl

<<"For continue your work press 2"<<endl

<<"-----------------------------------"<<endl;

}

void finish ()

{

cout<<"Program finish!"<<endl<<"Press <enter> for exit"<<endl;

getch();

}

Соседние файлы в папке Лабораторная работа 1