Linux编程大全
http://docs.huihoo.com/gnu/linux/index.htm
Linux API 参考 | |
BSD socket 入门指引 | BoSD Scket 简易入门手册。 |
curses 库介绍之一 | 介绍UNIX 屏幕导向程序的发展利器 - curses (之一) 。 |
curses 库介绍之二 | 介绍介绍UNIX 屏幕导向程序的发展利器 - curses (之二) 。 |
多进程编程 | 介绍在UNIX系统上的编程实践经验。 |
Linux 系统调用 | 介绍在Linux系统上的函数调用。 |
Beej's 网络编程指南 | 介绍Beej's 网络编程技术。 |
Beej's IPC 编程指南 | Beej 的 Unix 进程间通讯指南 |
进程的创建 | 介绍进程创建的技术详解。 |
Linux & C/C++ | |
Linux 下 C 语言编程 | 介绍了在 Linux 下能用于 C 应用程序开发和调试的工具。 |
STL (标准模板库) 指南 | 介绍关于C++语言的一个新的扩展——标准模板库的(Standard Template Library),也叫STL。 |
STL 介绍 | STL 标准模板库介绍 。 |
Linux 编译工具 | |
GDB 简要介绍 | 介绍用 gdb 调试 GCC 程序 。 |
GNU make 使用 | 介绍 GNU Make 用法的文章 。 |
其他文集 | |
CORBA 入门 | 介绍CORBA 入门 知识 。 |
VI IMproved 说明 | 介绍VIM的使用 。 |
GAWK 使用 | 介绍GAWK的使用手册 。 |
Core Dump | 简单介绍Core Dump动作的发生及处理 。 |
Coding Stytle FAQ | 介绍代码的使用风格 。 |
VI - 从入门到精通 (一) | 介绍 UNIX 世界中最常见的编辑器:vi 。 |
VI - 从入门到精通 (二) | 介绍 UNIX 世界中最常见的编辑器:vi 。 |
Linux C 函数手册
http://man.chinaunix.net/develop/c&c++/linux_c/default.htm
linux编程所用的一些工具
GCC 中文手册
http://www.nbfan.com/forum/dispbbs....&ID=1433&page=1
GNU make 指南
http://www.linuxsir.org/bbs/showthr...&threadid=40431
autoconf-2.57手册(英文)
http://www.gnu.org/software/autocon...toconf_toc.html
Autoconf-2.13手册
http://www.linuxforum.net/books/autoconf.html
使用 automake
http://263.aka.org.cn/Lectures/002/...-2.1.4/230.html
使用CVS进行版本管理
http://www.linuxforum.net/books/cvsintro.html
CVS用后感
http://www.linuxsir.org/bbs/showthread.php?t=170538
linux下常用调试工具:
非常好的gdb教程,强烈推荐:
http://www.linuxsir.org/bbs/showthread.php?t=171156
GDB英文文档
http://oldsite.linuxaid.com.cn/deve...howdev.jsp?i=49
gdb基本用法
http://www.linuxsir.com/bbs/showthr...&threadid=45731
gdb的官方文档
http://www.gnu.org/software/gdb/documentation/
linux编程基础:
要入门先看这个,Linux下C语言编程基础知识
http://www.linuxsir.com/bbs/showthr...=&threadid=1005
Linux 下 C 语言编程
http://www.linuxsir.org/bbs/showthr...=&threadid=7192
Linux下的C++编程
http://www.linuxsir.org/bbs/showthr...6723#post276723
linux下的应用程序开发
http://www.lisoleg.net/lisoleg/applications/index.html
参考书籍
Linux程序员指南(The Linux Programmer's Guide)
http://www.linuxhq.com/guides/LPG/lpg.html
UNIX编程环境(The UNIX Programming Environment)
http://www.iu.hio.no/~mark/unix/unix_toc.html
UNIX编程的艺术(The Art of Unix Programming)
http://www.catb.org/~esr/writings/taoup/html/
进程与线程
Linux下的多进程编程初步
http://www.china-pub.com/computers/emook/0439/info.htm
多进程编程
http://www.linuxsir.org/bbs/showthr...&threadid=44083
Linux下的多进程编程
http://www.linuxsir.com/bbs/showthr...&threadid=48887
进程的创建
http://www.linuxsir.org/bbs/showthr...&threadid=44078
POSIX Threads Programming
http://www.llnl.gov/computing/tutor...reads/MAIN.html
linux系统调用
系统调用列表,编程必备
http://www-900.ibm.com/developerWor.../appendix.shtml
C语言库函数---unix常用系统调用---使用说明
http://www.linuxsir.org/bbs/showthr...threadid=119136
http://chinaunix.net/forum/viewtopic.php?t=72159
FAQ列表
UNIX Programming FAQ 中文版,很有参考价值
http://www.linuxforum.net/books/upfaq/book1.htm
UNIX Socket FAQ
http://www.developerweb.net/sock-faq/
编码规范
Linux内核编程风格
http://www.linuxsir.org/bbs/showthr...=&postid=257594
GNU编码标准
http://www.linuxforum.net/forum/sho...op&Number=29053
可执行文件格式与库文件
从程序员角度看ELF
http://www.linuxsir.com/bbs/showthr...&threadid=48381
ELF可执行联接规范(英汉对照版)
http://www.linuxaid.com.cn/articles...014528121.shtml
Linux动态链接库高级应用
http://www.linuxsir.com/bbs/showthr...&threadid=18889
链接器与加载器,非常重要的一本书(Linkers and Loaders )
http://www.iecc.com/linker/
终端与串口编程、设备文件
UNIX下c语言的图形编程--curses.h 函式库
http://www.fanqiang.com/a4/b2/20020626/060200258.html
VT100控制码
http://www.linuxsir.com/bbs/showthr...&threadid=43530
Linux ioctl() Primer
http://www.linuxsir.org/bbs/showthr...&threadid=44268
Linux Serial Programming How-to English version:
http://www.sgmltools.org/HOWTO/Seri...g-HOWTO/t1.html
Linux Serial Programming How-to 中文繁体版:
http://www.linux.org.tw/CLDP/OLD/Se...ming-HOWTO.html
linux中文化:
UTF-8 and Unicode FAQ
http://www.linuxforum.net/books/UTF-8-Unicode.html
unicode 如何转换为ASCII?
http://www.linuxforum.net/forum/gsh...=5&o=all&fpart=
一个台湾的linux中文化站点
http://xcin.linux.org.tw/i18n/
UTF-8 and Unicode FAQ for Unix/Linux
http://www.cl.cam.ac.uk/~mgk25/unicode.html
Linux Unicode 编程
http://www-900.ibm.com/developerWor...uni/index.shtml
Linux 国际化本地化和中文化
http://www.linuxforum.net/doc/i18n-new.html
一些很好的编程资源连接:
HPCVL编程资源连接
http://www.hpcvl.org/faqs/prog_links.html
Linux Programming Resources
http://leapster.org/linoleum/
一个综合的编程资源站点
http://www.clipx.net/norton.php
linux头文件说明
头文件 说明
<assert.h> 验证程序断言
<cpio.h> c p i o归档值
<ctype.h> 字符类型
<dirent.h> 目录项
<errno.h> 出错码
<fcntl.h> 文件控制
<float.h> 浮点常数
<ftw.h> 文件树漫游
< grp. h > 组文件
< l a n g i n f o . h > 语言信息常数
< l i m i t s . h > 实施常数
< l o c a l e . h > 本地类别
< m a t h . h > 数学常数
< n l _ t y p e s . h > 消息类别
< p w d . h > 口令文件
< r e g e x . h > 正则表达式
< s e a r c h . h > 搜索表
< s e t j m p . h > 非局部goto
< s i g n a l . h > 信号
< s t d a r g . h > 可变参数表
< s t d d e f . h > 标准定义
< s t d i o . h > 标准I / O库
< s t d l i b . h > 公用函数
< s t r i n g . h > 字符串操作
< t a r . h > t a r归档值
< t e r m i o s . h > 终端I / O
< t i m e . h > 时间和日期
< u l i m i t . h > 用户限制
< u n i s t d . h > 符号常数
< u t i m e . h > 文件时间
< s y s / i p c . h > I P C
< s y s / m s g . h > 消息队列
< s y s / s e m . h > 信号量
< s y s / s h m . h > 共享存储
< s y s / s t a t . h > 文件状态
< s y s / t i m e s . h > 进程时间
< s y s / t y p e s . h > 原系统数据类型
< s y s /u t s n a m e . h> 系统名
< s y s /w a i t . h > 进程控制