Розробка програми для відображення динамічних характеристик перетворювачів інформації
}
else
{ i=getch();
if (i==72)
if (w>1)
{ setcolor(15);
outtextxy(50,50+(w-1)*50,m[w-1]);
w--;
setcolor(2);
outtextxy(50,50+(w-1)*50,m[w-1]);
}
if (i==80)
if (w
{ setcolor(15);
outtextxy(50,50+(w-1)*50,m[w-1]);
w++;
setcolor(2);
outtextxy(50,50+(w-1)*50,m[w-1]);
}
}
}
uuu:
closegraph();
}
//--------------------------------------