int read_text(string **arr,int count,int k);
read_text(ptrarray, count_pages, 10);
int Theory::read_text(string **ptrarray,int count,int k)
{
system("cls");
for (int i = 0; i < 10; i++)
{
cout << ptrarray[n][i];
cout << endl;
}
return 0;
}