Skip to content

APUE(Advanced Programming in the UNIX)《UNIX环境高级编程(第3版)》学习笔记

Notifications You must be signed in to change notification settings

caibiyouyong/learn-apue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APUE(Advanced Programming in the UNIX)

《UNIX环境高级编程(第3版)》学习笔记

本仓库内容

  1. Apue的源码仓库
  2. Apue学习笔记
Something I hope you know before go into the coding~
First, please watch or star this repo, I'll be more happy if you follow me.
Bug report, questions and discussion are welcome, you can post an issue or pull a request.

相关站点

参考书目

《UNIX环境高级编程(第3版)》(Advanced Programming in the UNIX)

1533726645683.png

《UNIX环境高级编程(第3版)》是被誉为UNIX编程“圣经”的Advanced Programming in the UNIX Environment一书的第3版。在本书第2版出版后的8年中,UNIX行业发生了巨大的变化,特别是影响UNIX编程接口的有关标准变化很大。本书在保持前一版风格的基础上,根据最新的标准对内容进行了修订和增补,反映了最新的技术发展。书中除了介绍UNIX文件和目录、标准I/O库、系统数据文件和信息、进程环境、进程控制、进程关系、信号、线程、线程控制、守护进程、各种I/O、进程间通信、网络IPC、伪终端等方面的内容,还在此基础上介绍了众多应用实例,包括如何创建数据库函数库以及如何与网络打印机通信等。此外,还在附录中给出了函数原型和部分习题的答案。

《UNIX环境高级编程(第3版)》内容权威,概念清晰,阐述精辟,对于所有层次UNIX/Linux程序员都是一本不可或缺的参考书。

目录

参考博客

思维导图

总结

1. 概念的东西理解记忆
2. 基础永远值得花费90%的精力去学习加强。厚积而薄发~

About

APUE(Advanced Programming in the UNIX)《UNIX环境高级编程(第3版)》学习笔记

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.1%
  • Makefile 3.1%
  • C++ 2.5%
  • Awk 1.2%
  • Other 0.1%