Програмування і алгоритмічні мови, БАЗА ДАНИХ
if(errorcode!=grOk)
{printf("Graphics error:%s\n",grapherrormsg(errorcode));
printf("Press any key to halt:");
getch();exit(1);}
setcolor(1);
rectangle(10,10,630,467);
settextstyle(0,0,3);
setcolor(5);
outtextxy(160,86,"КУРСОВА РОБОТА");
settextstyle(0,0,1);
setcolor(4);
outtextxy(280,126,"на тему:"); ¬
settextstyle(0,0,2);
setcolor(2);
outtextxy(220,170,"БАЗА ДАНИХ ");
settextstyle(0,0,1);
setcolor(4);
outtextxy(440,300," Виконав:");
setcolor(3);
outtextxy(440,310," студент 1-го курсу");
outtextxy(440,320," факультет:ПМ i KIС");
outtextxy(440,330," спецiальнiсть:АУТП-2");
outtextxy(440,340," Прокопенко О.В. ");
setcolor(2);
outtextxy(275,450,"РIВНЕ-2002");