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

Andreev, Desislav, Lukanov, Stanimir

  • 出版商: Packt Publishing
  • 出版日期: 2023-09-22
  • 售價: $1,800
  • 貴賓價: 9.5$1,710
  • 語言: 英文
  • 頁數: 288
  • 裝訂: Quality Paper - also called trade paper
  • ISBN: 1805129007
  • ISBN-13: 9781805129004
  • 相關分類: C++ 程式語言Linux
  • 立即出貨 (庫存 < 3)

買這商品的人也買了...

商品描述

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.

商品描述(中文翻譯)

提升您的 C++ 技能,通過實際例子和探索系統規格來學習。

主要特點:

- 掌握構建強大 Linux 系統所需的基本技能
- 通過實際例子深入理解關鍵開發概念,提升系統編程能力
- 掌握為 Linux 系統創建軟體的技巧,提升 C++ 技能
- 購買印刷版或 Kindle 版本的書籍將附送免費的 PDF 電子書

書籍描述:

全球約有 3,500 萬 Linux 用戶和近 20 億 Android 用戶依賴 C++,從最簡單的嵌入式和物聯網設備到雲服務、超級計算和太空探索。為了幫助您製作高質量的軟體,兩位行業專家將他們的知識和經驗轉化為 C++ 系統編程實例,這就是《C++ Programming for Linux Systems》。

在這本書中,您將探索最新的 C++20 功能,同時處理多個特定的使用案例。您將熟悉協程和並發多線程編程的現代方法。您還將學習在 Linux(POSIX)環境中分析系統行為時如何改變思維。此外,您還將發現針對複雜挑戰的高級討論和新穎解決方案,同時以新的觀點處理簡單的系統操作,並學習為您的特定情況選擇最佳設計。

您可以將這本工作手冊用作在 Linux 或任何基於 Unix 的環境中進行系統編程和軟體設計的入門指南。對於任何 C++ 書籍,它也是一個有用的指南或補充。

通過閱讀本書,您將獲得在 Linux 或任何基於 Unix 的環境中工作的高級知識和技能。

您將學到什麼:

- 使用 C++20 功能為 Linux 系統編寫優雅、高效和現代化的代碼
- 通過實際例子獲得必要的系統編程技能
- 深入了解從嵌入式系統到雲服務的 Linux 編程
- 根據不同架構的優勢和弱點調整應用程式
- 結合高級 C++、系統編程、Linux 洞察力和架構,創建出色的軟體
- 使用系統編程技術提高代碼質量,優化代碼庫

適合閱讀對象:

本書適合所有希望提升和更新 C++ 開發技能的軟體開發人員。學生和專業人士都會發現本書的例子適用於各個專業領域,並且易於適應。同時,這些例子不會忽略系統的特定性。基本的操作系統介面理解是必須的,並且需要有軟體開發經驗。

目錄大綱

  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++

目錄大綱(中文翻譯)

- 開始使用Linux系統和POSIX標準
- 進一步了解進程管理
- 理解文件系統
- 深入研究C++物件
- 使用C++處理錯誤
- 使用C++進行並發系統編程
- 深入研究進程間通信和進程調度
- 在基於Unix的操作系統中使用時鐘、計時器和信號
- 重新討論內存管理
- 介紹C++中的協程