Skip to content

fATwaer/APUE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APUE-Practice-Code

my pages is: http://www.cflowerth.com/APUE-Practice-Code/

Install

download source code: http://www.apuebook.com/code3e.html

Enviroment

$ tar -zxvf *.tar.gz
$ cd apue.3e/
$ sudo apt-get install libbsd-dev  
$ sudo cp ./include/apue.h /usr/include/  
$ sudo cp ./lib/libapue.a /usr/local/lib/

Compile

$ gcc 1-3.c -o 1-3 -lapue -Werror

Outline

Chapter 1

abc

Chapter 2

stanard implement

Chapter 3

read and write.

Chapter 4

file and directory

Chapter 5

standard I/O library.

Chapter 11

  • thread
  • mutex
  • deadlock
  • read-write lock
  • barrier

Chapter 14

  • unblocked I/O
  • select and poll
  • Asynchronous IO
  • scatter read/gather write
  • mmp

About

Advanced Programming in the UNIX Environment 3th Exercise

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages