Jump to ratings and reviews
Rate this book

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

Rate this book
A problem-solution-based guide to help you overcome hurdles effectively while working with kernel APIs, filesystems, networks, threads, and process communications 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++. 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.

ebook

Published February 21, 2020

6 people are currently reading
5 people want to read

About the author

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
0 (0%)
4 stars
2 (66%)
3 stars
1 (33%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 - 2 of 2 reviews
Profile Image for Brian Salehi.
19 reviews2 followers
July 20, 2022
You might expect to find everything covered in this book to be written in C++, though as you might already know when it comes to Linux system programming you will face a lot of C code inevitably because system calls are written in C code.
Regarding how much C code gets involved in Linux system programming, the author did a good job introducing many aspects of system programming in C++, both for features coming with C++ standards, and Linux interface libraries in C.
You might also expect to see only brief introductions to the topics and not in depth coverage.
Generally you would want to read this book once and leave it in your shelves until future editions and improvements.
Profile Image for Jose  Seco Sanz.
261 reviews17 followers
April 9, 2023
Short and sweet. Not a waste of your time. Problem is like all modern books, there is too much to absorb, even in a short book like this. Nothing can be done about it, I guess. I read it less than 6 months ago, and I remember almost nothing, I hope at least it did change some of the structures in my brain so that I can remember it easily when I have to use it.
Displaying 1 - 2 of 2 reviews

Can't find what you're looking for?

Get help and learn more about the design.