BIBLIO is the largest independent book marketplace in the world, with over 100 million books.

Skip to content

C++ System Programming Cookbook: Practical recipes for Linux system-level programming using the latest C++ features

C++ System Programming Cookbook: Practical recipes for Linux system-level programming using the latest C++ features

C++ System Programming Cookbook: Practical recipes for Linux system-level
Stock photo: cover may vary

C++ System Programming Cookbook: Practical recipes for Linux system-level programming using the latest C++ features Paperback / softback - 2020

by Onorato Vaticone

Add to wish list
  • New
  • Paperback
New

Description

Paperback / softback. New. Systems programming is about writing software that interacts closely with the underlying OS and other software. The goal of C++ Systems Programming Cookbook is to provide ready to use solutions for the essential aspects of system programming. By the end of the book, you will become adept at developing robust systems applications using C++.
Ask the seller a question Add to wish list
A$79.75
A$19.41 Delivery to USA
Standard delivery: 14 to 21 days
More delivery options
Ships from The Saint Bookstore (Merseyside, United Kingdom)

Details

  • Title C++ System Programming Cookbook: Practical recipes for Linux system-level programming using the latest C++ features
  • Author Onorato Vaticone
  • Binding Paperback
  • Condition New
  • Pages 292
  • Volumes 1
  • Language ENG
  • Publisher Packt Publishing
  • Publication date 2020-02-21
  • Features Index
  • Bookseller's Inventory # B9781838646554
  • ISBN 9781838646554 / 1838646558
  • Weight 1.11 lbs (0.50 kg)
  • Dimensions 9.25 x 7.5 x 0.61 in (23.50 x 19.05 x 1.55 cm)
  • Category Computers - Languages / Programming
  • Library of Congress subjects Operating systems (Computers), C++ (Computer program language)
  • Dewey Decimal Code 005.133
  • Quantity available 10

About The Saint Bookstore Merseyside, United Kingdom

Biblio member since 2018

The Saint Bookstore specialises in hard to find titles & also offers delivery worldwide for reasonable rates.

Terms of Sale: Refunds or Returns: A full refund of the price paid will be given if returned within 30 days in undamaged condition. If the product is faulty, we may send a replacement.

Browse books from The Saint Bookstore

Reader reviews for C++ System Programming Cookbook: Practical recipes for Linux system-level programming using the latest C++ features

From the publisher

A problem-solution-based guide to help you overcome hurdles effectively while working with kernel APIs, filesystems, networks, threads, and process communications

Key Features:

- Learn to apply the latest C++ features (from C++11, 14, 17, and 20) to facilitate systems programming

- Create robust and concurrent systems that make the most of the available hardware resources

- Delve into C++ inbuilt libraries and frameworks to design robust systems as per your business needs

Book Description:

C++ is the preferred language for system programming due to its efficient low-level computation, data abstraction, and object-oriented features. System programming is about designing and writing computer programs that interact closely with the underlying operating system and allow computer hardware to interface with the programmer and the user. The C++ System Programming Cookbook will serve as a reference for developers who want to have ready-to-use solutions for the essential aspects of system programming using the latest C++ standards wherever possible.

This C++ book starts out by giving you an overview of system programming and refreshing your C++ knowledge. Moving ahead, you will learn how to deal with threads and processes, before going on to discover recipes for how to manage memory. The concluding chapters will then help you understand how processes communicate and how to interact with the console (console I/O). Finally, you will learn how to deal with time interfaces, signals, and CPU scheduling.

By the end of the book, you will become adept at developing robust systems applications using C++.

What You Will Learn:

- Get up to speed with the fundamentals including makefile, man pages, compilation, and linking and debugging

- Understand how to deal with time interfaces, signals, and CPU scheduling

- Develop your knowledge of memory management

- Use processes and threads for advanced synchronizations (mutexes and condition variables)

- Understand interprocess communications (IPC): pipes, FIFOs, message queues, shared memory, and TCP and UDP

- Discover how to interact with the console (console I/O)

Who this book is for:

This book is for C++ developers who want to gain practical knowledge of systems programming. Though no experience of Linux system programming is assumed, intermediate knowledge of C++ is necessary.

Table of Contents

- Getting Started with System Programming

- Revisiting C++

- Dealing with Processes and Threads

- Deep Dive into Memory Management

- Using Mutexes, Semaphores, and Condition Variables

- Pipes, First-In First-Out (FIFO), Message Queues, and Shared Memory

- Network Programming

- Dealing with Console I/O and Files

- Dealing with Time Interfaces

- Managing Signals

- Scheduling

tracking-