C4477 'fscanf_s' : format string '%s' requires an argument of type 'unsigned int', but variadic argument 2 has type 'int *'

fscanf_s(file, "%s %d" , &test[idx].name, test[idx].id)

스트링 포맷 할때 &를 잘 표기했는지 확인하기

 

+ Recent posts