Overview
If you're an experienced UNIX system programmer working with C++, UNIX System Programming Using C++ brings together all the advanced techniques you need to build complex and high-quality system applications. This book focuses on the real-life challenges you face developing network and client/server applications, databases, compilers, operating systems, and CAD/EDA systems. You'll learn new ways to develop C++ programs that are compact, easy to maintain, and highly portable to most UNIX systems and to POSIX-complaint systems (e.g., Windows NT). This book includes extensive example programs to demonstrate how to construct C++ classes and applications with the ANSI, POSIX, and UNIX standard functions and classes. Furthermore, ready-to-use C++ classes on interprocess communication, sockets, TLI, remote procedure call and multithreaded programming are provided in the book. These classes can be incorporated directly into your applications to reduce the development cycle and improve quality.An advanced programming techniques and concepts book using system calls and ANSI C/C++. POSIX 1, 1.b and 1.c compliant. Focuses on application portability using C++ standard classes, the kernel structure, network-based multitasking, and client/server-based applications. Discusses UNIX and POSIX APIs, files and file APIs, processes, signals, interprocess communication, sockets, and multithreaded programming. Familiarity with C/C++ and UNIX is assumed. A good companion volume which digs deeper into kernel and system programming is UNIX Systems for Modern Architectures: Symmetric Multiprocessing and Caching for Kernel Programmers, by Schimmel.