Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Linux Programming by Example:The Fundamentals

Posted By: insetes
Linux Programming by Example:The Fundamentals

Linux Programming by Example:The Fundamentals By Arnold Robbins
2004 | 592 Pages | ISBN: 0131429647 | PDF | 15 MB


内容简介 · · · · · · Linux Programming by Example introduces new Linux programmers to the core Linux programming interfaces in a gradual, consistent fashion, progressing intuitively from the basic to the more complex. It covers I/O, file metainformation, users and groups, processes, basic interprocess communication (pipes), general purpose APIs, signals, internationalization, and ends with a chapter on debugging Linux programs. Programmers know that the best way to learn about programming is to study well-written programs. This book teaches the fundamental Linux programming interfaces, those that form the core of any significant program, by presenting example code from real-world production programs that Linux users use every day. By looking at concrete programs, its possible not only to see how to use the Linux programming interfaces, but also to examine the real-world issues (performance, portability, robustness) that arise in writing Linux software. This book is the FIRST in a new series of books featuring Arnold Robbins as Series Editor. The books will all be branded "Linux Programming by Example" and cover programming topics for the new Linux programmer and Windows programmers making the switch. 作者简介 · · · · · · Arnold Robbins是一位专业程序员和教授,同时也是《UNIX in a Nutshell》、《Learning the Korn Shell》和《Effective awk Programming》等书的作者。另外,他还是一名长期的GNU Project的志愿者,目前负责维护gawk。从1980年开始,Robbins就开始使用C、C++、LINIX和GNU/Linux。