C++ System Programming Cookbook: Practical recipes for Linux system-level programming using the latest C++ features (Paperback)
Onorato Vaticone
- 出版商: Packt Publishing
- 出版日期: 2020-02-21
- 售價: $1,430
- 貴賓價: 9.5 折 $1,359
- 語言: 英文
- 頁數: 292
- ISBN: 1838646558
- ISBN-13: 9781838646554
-
相關分類:
C++ 程式語言、Linux
立即出貨 (庫存=1)
買這商品的人也買了...
-
$620$490 -
$2,030$1,929 -
$1,338Modern C++ Programming with Test-Driven Development: Code Better, Sleep Better (Paperback)
-
$1,617Computer Organization and Design: The Hardware/Software Interface, 5/e (Asian Edition)(IE-Paperback)
-
$680$537 -
$980$774 -
$390$332 -
$490$382 -
$2,100$1,995 -
$980$774 -
$1,690$1,606 -
$474$450 -
$580$458 -
$520$442 -
$2,500$2,375 -
$880$862 -
$1,690$1,606 -
$400$316 -
$1,000$790 -
$1,200$948 -
$1,200$840 -
$680$537 -
$580$458 -
$354$336 -
$834$792
相關主題
商品描述
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++.
作者簡介
Onorato Vaticone is a software engineer with over 18 years of experience. A C++ expert, he has deep, system-level programming experience. An Agile coach and XP advocate, TDD and Simple Design are his everyday tools. He has worked on real-time systems (defense and energy transmission) with C++. During this time, he learned to write multiplatform code. Early in his career, he realized that a form of agility was needed. He holds an MSc in cloud computing and a BSc in computer engineering and software. He finds learning how things work under the hood to be fascinating!
目錄大綱
- 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