- 博客(2)
- 收藏
- 关注
原创 简单链表
#include "stdafx.h"#include "node.h"#include "malloc.h"int main(){ Node * head = NULL; int number; do { scanf("%d", &number); if (number != -1) { // add to l
2016-07-29 22:58:44
243
原创 结构可变数组
// 结构可变数组.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include <stdio.h>#include <malloc.h>#include "array.h"/*开拓空间*/**Array array_create(int init_size)**{ Array a; a.size = init_size;
2016-07-28 23:08:43
425
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅