Курсовая работа: Конструирование программ и языки программирования
int i;
if((n1)<125)
for (i=1;i<9;i++)
{
if(i==coln) setcolor(1);
else setcolor(4);
gotoxy(3,2*i);
cout<<n1+i-1;
st=Zap[n1+i-1].datep;
outtextxy(40,i*32-12,st);
st1=Zap[n1+i-1].name;
outtextxy(150,i*32-12,st1);
st2=Zap[n1+i-1].col_vo;
outtextxy(380,i*32-12,st2);
st3=Zap[n1+i-1].ed_ism;
outtextxy(500,i*32-12,st3);
setcolor(4);
if(i!=8)line(8,i*32+5,632,i*32+5);
};
st4=Zap[n1+coln-1].inform;
outtextxy(50,320,st4);
st5=Zap[n1+coln-1].user;
outtextxy(550,420,st5);
};
int Find()
{
char ch,rf,*zapm,word[20];
int mflag[125];
for(int f=1;f<nzap;f++)