Лабораторная работа: Разработка базы данных для расписания занятий
textbackground(BLACK);
textcolor(col_pr);
clreol();
printf("%s",string_arr[j]);
if (i==5+kol_proced*2-2)
{
i=5;
j=1;
}
else
{
i=i+2;
j=j+1;
}
window(27,i,47,i);
textbackground(col_pn);
textcolor(col_pr);
clreol();
printf("%s",string_arr[j]);
}
}
}
switch (kbd)
{
case 27:exit(0);
case 13:{
switch (j)
{
case 1:proced1();