
c语言项目
clusterally
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
用链表实现通讯录,并保存到文件
用链表实现通讯录,并保存到文件。 包含的功能有:1、添加好友;2、查看列表;3、删除好友;4、查找好友;5、修改信息;6、保存退出。原创 2017-08-08 20:34:53 · 3044 阅读 · 2 评论 -
C语言通讯录(利用数组实现)
C语言通讯录(利用数组实现)原创 2017-08-04 10:55:10 · 4616 阅读 · 2 评论 -
客户端
struct.h#ifndef _STRUCT_H_//客户端头文件#define _STRUCT_H_#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/types.h>#include <sys/socket.h>#inclu...原创 2018-10-29 21:03:39 · 273 阅读 · 0 评论 -
服务器端
struct.h #ifndef _STRUCT_H_//服务器端头文件#define _STRUCT_H_#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/types.h>#include <sys/socket.h>#in...原创 2018-10-29 21:05:52 · 282 阅读 · 0 评论