会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Qt小罗不懂Qt
蓦然回首,吾当一往无前。 QQ:115124903,欢迎交流。
首页
新随笔
联系
管理
2014年10月23日
排序好后写入文件
摘要: 1 #include <stdio.h> 2 #include <string.h> 3 #include <stdlib.h> 4 5 struct person{ 6 char *number; 7 char *name; 8 int score; 9 }; 10 11 int main() 1
阅读全文
posted @ 2014-10-23 18:31 Qt小罗
阅读(242)
评论(0)
推荐(0)
编辑