C++ Programming for Linux Systems. Create robust enterprise software for Linux and Unix-based operating systems - Helion
Tytuł oryginału: C++ Programming for Linux Systems. Create robust enterprise software for Linux and Unix-based operating systems
ISBN: 9781805128748
stron: 288, Format: ebook
Data wydania: 2023-10-01
Księgarnia: Helion
Cena książki: 116,10 zł (poprzednio: 129,00 zł)
Oszczędzasz: 10% (-12,90 zł)
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.
Osoby które kupowały "C++ Programming for Linux Systems. Create robust enterprise software for Linux and Unix-based operating systems", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
C++ Programming for Linux Systems. Create robust enterprise software for Linux and Unix-based operating systems eBook -- spis treści
- 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++