strcpy(student[*count]->name, name);
 student[*count]->id, id;
 student[*count]->score = score;

 printf(" 입력이 완료되었습니다. ");

 (*count)++;

 

여기서 *count의 의미를 도저히 모르겠어

 

어디서 받은 소스코드인데 저게 왜 있는건지 도저히 모르겠어..

 

도와주라

 

 fflush(stdin);

 printf("아무 키나 누르시면 메뉴로 복귀합니다.\n");
 getch();

 system("cls");
 //printMenu();
 main_1();
}

 

그 뒤에 소스코드는이거야

 

for문은 아예사용안됬어

 

저러고 함수문이 끝나는데

 

(*count) 의미를 전혀모르겠네..왜있는건지..