討論串[問題]傳遞結構位址
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓2(2推 0噓 1→)留言3則,0人參與, 最新作者bxc (真的不強求....)時間16年前 (2010/05/15 23:30), 編輯資訊
0
0
0
內容預覽:
這是課本交換的範例. #include <stdio.h>. #include <stdlib.h>. struct student. {. int id;. char name[10];. };. void sumfunc(struct student *,struct student *);.
(還有242個字)

推噓2(2推 0噓 1→)留言3則,0人參與, 最新作者bxc (真的不強求....)時間16年前 (2010/05/15 23:03), 編輯資訊
0
0
0
內容預覽:
#include <stdio.h>. #include <stdlib.h>. struct student. {. int id;. char name[10];. };. void sumfunc(struct student *);. int main(int argc, char *arg
(還有196個字)
首頁
上一頁
1
下一頁
尾頁