Реферат: Динамическое распределение памяти

ptr[i]=(double *)malloc(sizeof(double));

j=0;

pos=0;

}

if (i>n) n=i;

if (j>m) m=j;

}

n--;

fclose (pf);

return 1;

}

void free_()

{

for(int i=0;i<=n;i++) free(ptr[i]);

free (ptr);

}

void print_()

{

for (int i=0;i<=n;i++)

{

for (int j=0;j<=m;j++)

{

printf ("%8.3f ",ptr[i][j]);

}

printf ("\n");

}

}

int write_(char name[80])

{

К-во Просмотров: 613
Бесплатно скачать Реферат: Динамическое распределение памяти