C Primer Plus(第五版)第17章 高级数据表示(上)

1.1递归法 /* films2.c -- using a linked list of structures */ #include <stdio.h> #include <stdlib.h> /* has the malloc prototype */ #include <string.h> /* has the strcpy prototype */
相关文章
相关标签/搜索