Курсовая работа: Создание базы данных "Стадионы города" на языке C

printf ("%6d |",s [i]. C_pl);

for (int j=0; j<s [i]. C_pl; j++) {

if (j==0) printf ("%15s |\n",s [i]. N_sp [j]);

else if (strok! =44) {

printf ("|%2c |%15c |%12c |%8c |%6c |%15s |\n",pr,pr,pr,pr,pr,s [i]. N_sp [j]);

strok++;

}

else{printf ("Press any key for continue"); getch (); clrscr (); strok=0; }

}

printf ("-----------------------------------------------------------------------------\n");

strok++;

return;

}

void prin_all () {

clrscr ();

prin_head ();

strok=3;

for (int i=0; i<Count; i++) {

prin (i);

}

printf ("\n");

return;

}

void add () {

tm *T; time_t tt; tt=time (NULL); T=localtime (&tt);

Count++;

clrscr ();

printf ("\n\t\t\t\tADD RECORD\n");

printf ("Enter Name stadium (no more 15 symbols): ");

К-во Просмотров: 360
Бесплатно скачать Курсовая работа: Создание базы данных "Стадионы города" на языке C