
C Language
文章平均质量分 80
likaiwalkman_Victor
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
A tiny introduction to asynchronous IO
Most beginning programmers start with blocking IO calls. An IO call is synchronous if, when you call it, it does not return until the operation is completed, or until enough time has passed that you转载 2015-08-05 21:14:05 · 420 阅读 · 0 评论 -
用xcode来debug以makefile组织的程序
用xcode来debug以makefile组织的程序 标签: xcodemakefileexternaldebug 2014-05-15 18:51 1328人阅读 评论(0) 收藏 举报 分类: mac相关 版权声明:本文为博主原创文章,未经博主允许不得转载。 由于在网上下的开源代码很多都是用makefile来组织的,本来没打算用xco转载 2017-02-11 15:56:19 · 1407 阅读 · 1 评论