Програмування і алгоритмічні мови
setcolor(4);
outtextxy(280,166,"на тему:");
settextstyle(0,0,1);
setcolor (14);
// settextstyle(2,0,7);
outtextxy(160,190,"Графiчне вiдображення схеми регулювання");
outtextxy(170,200,"рiвня води в каналi за верхнiм б'ефом");
setcolor(4);
outtextxy(270,216,"Варiант №15");
setcolor(8);outtextxy(440,300," Виконав:");
setcolor(15);
outtextxy(440,320," Тимощук А.I.");
setcolor(2);
outtextxy(275,450,"РIВНЕ-2002");
getch();
meny:
initgraph(&gdriver,&gmode,"");
errorcode=graphresult();
if(errorcode!=grOk)
{printf("Graphics error:%s\n",grapherrormsg(errorcode));
printf("Press any key to halt:");
getch();exit(1);}
q=1;
fischka();
setcolor(1);