討論串[問題] 從struct 印出字串
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者MasterChang (我愛ASM)時間7年前 (2017/09/28 12:29), 編輯資訊
0
0
0
內容預覽:
其實不知道怎麼跟你講,因為滿多低級錯誤的。. #include <stdio.h>. #include <stdlib.h>. #include <string.h>. typedef struct A{. char *element;. struct QElement* next;. }QElem
(還有484個字)

推噓5(5推 0噓 18→)留言23則,0人參與, 最新作者SKTP (Yi)時間7年前發表 (2017/09/27 13:25), 7年前編輯資訊
0
0
0
內容預覽:
問題(Question):. 我想印出結構中的一個字串,可是卻一直跑出??,非預期的答案. 程式碼(Code):(請善用置底文網頁, 記得排版). typedef struct A{. char element[20];. struct QElement* next;. }QElement;. QE
(還有439個字)
首頁
上一頁
1
下一頁
尾頁