C++ Programming for Linux Systems: Create robust enterprise software for Linux and Unix-based operating systems

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Boost your C++ skills by working through realistic examples and exploring system specifications

Key Features

  • Master essential skills to build robust Linux systems
  • Explore hands-on examples to demystify crucial development concepts, upskilling your system programming abilities
  • Master the art of creating software for Linux systems and supercharge your C++ skills
  • Purchase of the print or Kindle book includes a free PDF eBook

Book Description

Around 35 million Linux and almost 2 billion Android users rely on C++ for everything from the simplest embedded and IoT devices to cloud services, supercomputing, and space exploration. To help you produce high-quality software, two industry experts have transformed their knowledge and experience into practical examples in system programming with C++ Programming for Linux Systems.

In this book, you'll explore the latest C++20 features, while working on multiple specific use cases. You’ll get familiar with the coroutines and modern approaches in concurrent and multithreaded programming. You'll also learn to reshape your thinking when analyzing system behavior in Linux (POSIX) environments. Additionally, you'll discover advanced discussions and novel solutions for complex challenges, while approaching trivial system operations with a new outlook and learning to choose the best design for your particular case.

You can use this workbook as an introduction to system programming and software design in Linux or any Unix-based environment. You’ll also find it useful as a guideline or a supplement to any C++ book.

By the end of this book, you’ll have gained advanced knowledge and skills for working with Linux or any Unix-based environment.

What you will learn

  • Use C++20 features to craft elegant, efficient, and modern code for Linux systems
  • Acquire essential system programming skills with hands-on examples
  • Develop a deep understanding of Linux programming, from embedded systems to cloud services
  • Tailor your applications to exploit the strengths and mitigate the weaknesses of different architectures
  • Merge advanced C++, system programming, Linux insights, and architecture to create exceptional software
  • Boost your code quality by using system programming techniques to refine and optimize your codebase

Who This Book Is For

This book is for every software developer looking to improve and update their C++ development skills. Both students and professionals will find this book useful as the examples are curated to match any area of expertise and are easily adaptable. At the same time, they don’t lose focus of the system specifics. A basic understanding of operating systems’ interfaces is a must along with experience in software development.

Table of Contents

  1. Getting started with the Linux Systems and POSIX standards
  2. Learning more about the Process Management
  3. Get understanding of the File Systems
  4. Deep Dive Into C++ Object
  5. Error Handling With C++
  6. Concurrent System Programming With C++
  7. Diving into Inter Process Communication and Process Scheduling
  8. Using Clocks, Timers & Signals in Unix Based Operating Systems
  9. Revisiting Memory Management
  10. Introducing the Coroutines in C++

Author(s): Desislav Andreev, Stanimir Lukanov
Edition: 1
Publisher: Packt Publishing
Year: 2023

Language: English
Commentary: First published: September 2023
Pages: 288
City: Birmingham
Tags: C++20; C++ Programming Language; Modern C++; Object-Oriented Programming; POSIX; Process Management; Error Handling; Concurrent Programming; Inter-Process Communication; Timers; Signals; C++ Memory Model; Coroutines; System Programming

Part 1:Securing the Fundamentals

Chapter 1, Getting Started with Linux Systems and the POSIX Standard
Chapter 2, Learning More about Process Management
Chapter 3, Navigating through the Filesystems
Chapter 4, Diving Deep into the C++ Object
Chapter 5, Handling Errors with C++

Part 2:Advanced Techniques for System Programming

Chapter 6, Concurrent System Programming with C++
Chapter 7, Proceeding with Inter-Process Communication
Chapter 8, Using Clocks, Timers, and Signals in Linux
Chapter 9, Understanding the C++ Memory Model
Chapter 10, Using Coroutines in C++ for System Programming