2009-05-12

C 语言常见问题集 (中文)

Views: 15518 | 2 Comments

c-faq可以说是全世界c程序员的结晶, 无论对c初学者还是高手, 都非常有帮助, 是需要常备身边的手册. 中文版由孙云(sunyun.s@gmail.com, 1-12章)和朱群英(zhu.qunying@gmail.com, 13-20章、LaTeX 文件编辑)翻译.

中文版

网站: http://c-faq-chn.sourceforge.net/
C 语言常见问题集 HTML 版本(在线阅读)
HTML 版本下载
PDF 版本下载

目录
1. 前言
2. 声明和初始化
3. 结构、联合和枚举
4. 表达式
5. 指针
6. 空 (null) 指针
7. 数组和指针
8. 内存分配
9. 字符和字符串
10. 布尔表达式和变量
11. C 预处理器
12. ANSI/ISO 标准 C
13. 标准输入输出库
14. 库函数
15. 浮点运算
16. 可变参数
17. 奇怪的问题
18. 风格
19. 工具和资源
20. 系统依赖
21. 杂项
22. 感谢
文献

英文版的目录:

网站: http://c-faq.com/

目录
1. Declarations and Initializations
2. Structures, Unions, and Enumerations
3. Expressions
4. Pointers
5. Null Pointers
6. Arrays and Pointers
7. Memory Allocation
8. Characters and Strings
9. Boolean Expressions and Variables
10. C Preprocessor
11. ANSI/ISO Standard C
12. Stdio
13. Library Functions
14. Floating Point
15. Variable-Length Argument Lists
16. Strange Problems
17. Style
18. Tools and Resources
19. System Dependencies
20. Miscellaneous
Glossary
Bibliography
Acknowledgements

Related posts:

  1. C++成员函数作为pthread_create参数
  2. Objective-C 单引号中包含4个字符
  3. MySQL查询语句中的引号对索引使用的影响.
  4. 150行C代码的comet服务器
  5. Paxos 所谓的”幽灵复现”
Posted by ideawu at 2009-05-12 10:52:16

2 Responses to "C 语言常见问题集 (中文)"

Leave a Comment