Курсовая работа: Розробка програм мовою С++
#include <conio.h>
#include <process.h>
#include <fstream.h>
#include <stdio.h>
#include <dos.h>
#include <math.h>
struct Tbook
{
char name[20];
int index;
float price;
};
Tbook shelf[15];
FILE *taskin, *taskout;
void TASK1() {
clrscr();
printf("Chytania fajlu 'task.in'\n\n");
if((taskin = fopen("task.in", "rt")) == NULL)
{
perror("ERROR\n");
getch();
exit(errno); };
int i = 0;
sqrt;
while(i < 16)
{
if(fscanf(taskin,"%2i %11s %f\n",
&shelf[i].index,
shelf[i].name,