char option; FILE *fp; errno_t err; err = fopen_s(&fp, "../AVL Trees/input.txt", "r"); while (!feof(fp)) { fscanf_s(fp, "%c", &option); //error is here .
確定! 回上一頁