𝔖 Scriptorium
✦   LIBER   ✦

📁

Linux Programming by Example:The Fundamentals

✍ Scribed by Arnold Robbins


Publisher
Prentice Hall
Year
2004
Tongue
English
Leaves
592
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


内容简介 · · · · · ·
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。


📜 SIMILAR VOLUMES


Linux Programming by Example
✍ Kurt Wall 📂 Library 📅 1999 🏛 Que 🌐 English

For Linux courses covering programming where students have had exposure to C programming. Linux Programming By Example covers the basics to allow students to start programming working applications in a Linux environment. It assumes students have some knowledge of C, but no experience in Linux. It c

Linux Programming by Example: The Fundam
✍ Arnold Robbins 📂 Library 📅 2004 🌐 English

Anyone who's done programming work knows that you spend half your coding time looking for other people's solutions to the problems you're facing in your project. Particularly when you're dealing with times, dates, standard calculations, and other common problems, you find yourself saying, "Someone m

Linux Socket Programming by Example
✍ Warren Gay 📂 Library 📅 2000 🏛 Que 🌐 English

Linux Socket Programming by Example begins with a very basic introduction to the fundamentals of socket level programming. As the chapters progress, you are introduced to related concepts, such as forming network addresses, Ipv6, the TCP/IP protocol suite and options, writing servers, and creating s

Programming Language Fundamentals by Exa
✍ D.E. Stevenson 📂 Library 📅 2006 🏛 Auerbach Publications 🌐 English

Written in an informal yet informative style, Programming Language Fundamentals by Example uses active learning techniques, giving students a professional learning experience based on professional methods applied with professional standards. It provides an understanding of the many languages and no