
编程点滴 Little help
xx_snoopy
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
sprintf,你知道多少?
选自《优快云 社区电子杂志——C/C++杂志》http://emag.youkuaiyun.com 2005 年1 月 总第1 期 - 93 -本文作者:steedhorse(晨星)printf 可能是许多程序员在开始学习C 语言时接触到的第二个函数(我猜第一个是main),说起来,自然是老朋友了,可是,你对这个老朋友了解多吗?你对它的那个孪生兄弟sprintf 了解多吗?在将各种类型的数据构造成字符串时,转载 2008-06-09 14:42:00 · 468 阅读 · 0 评论 -
ssize_t and size_t
http://www.delorie.com/gnu/docs/glibc/libc_239.htmlData Type: ssize_t This data type is used to represent the sizes of blocks that can beread or written in a single operation. It is similar to s转载 2008-11-24 21:08:00 · 581 阅读 · 0 评论