使用c語言如何將txt文檔內容讀到結構體中

程序源碼 #include<stdio.h> #include <string.h> //可以退出的頭文件 #include <stdlib.h> //結構體的長度 #define DATALEN 15 //函數聲明 //定義結構數組 struct wordUnit{ int id; //id char word[10]; //詞語 char depI
相關文章
相關標籤/搜索