C/C++
文章平均质量分 68
最爱吃大馒头
迷茫
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
C/C++ 常用缩写词
<br /> 原词 缩写<br />addition add<br />answer ans<br />array arr<br />average avg<br />buffer buf或buff<br />capture cap或capt<br />check chk<br />count cnt<br />column col<br />control ctrl<br />decode dec<br />define def<br />delete del<br />destin转载 2010-08-26 21:10:00 · 2303 阅读 · 1 评论 -
【转】实现copy文件功能的代码
<br />#include <unistd.h>#include <fcntl.h>#include <stdio.h>#include <sys/types.h>#include <sys/stat.h>#include <errno.h>#include <string.h>#include <stdlib.h>#define BUFFER_SIZE 1024int main(int argc, char **argv){ int fr转载 2011-02-28 15:18:00 · 708 阅读 · 0 评论
分享