본문 바로가기
C 언어

C언어 fscanf로 파일에서 단어 일어들이기

by treeCoder 2021. 10. 14.

아래의 링크를 참조하면 좋을 것 같아서, 링크를 걸어놓는다.

https://stackoverflow.com/questions/44419151/reading-words-from-file-with-fscanf

Reading words from file with fscanf

I have a file .txt with the following encoding: Alpha-Beta-Gamma-Delta-Epsilon Zeta-Eta-Theta-Iota-Kappa-Lamda-Mi Ni-Ksi-Pi-Ro-Sigma I want to read those words and store them in an array. I read ...

stackoverflow.com

댓글