Extreme C Taking you to the limit in Concurrency, OOP, and the most advanced capabilities of C
Kamran Amini (Author)
- 出版商: Packt Publishing
- 出版日期: 2019-10-31
- 售價: $1,750
- 貴賓價: 9.5 折 $1,663
- 語言: 英文
- 頁數: 822
- 裝訂: Paperback
- ISBN: 1789343623
- ISBN-13: 9781789343625
-
相關分類:
C 程式語言
立即出貨 (庫存=1)
買這商品的人也買了...
-
$1,160$1,102 -
$1,473$1,395 -
$580$458 -
$2,250$2,138 -
$580$458 -
$474$450 -
$980$774 -
$301嵌入式 Linux 與物聯網軟件開發 : C語言內核深度解析
-
$980$774 -
$199世界著名計算機教材精選:計算機體系結構 (Computer Architecture)
-
$580$452 -
$1,880$1,786 -
$1,320$1,294 -
$1,450$1,378 -
$380$342 -
$1,500$1,425 -
$1,200$1,140 -
$2,261$2,142 -
$1,390$1,321 -
$1,600$1,520 -
$580$458 -
$1,880$1,786 -
$1,773String Algorithms in C: Efficient Text Representation and Search
-
$1,480$1,406 -
$1,929$1,827
商品描述
Key Features
- Make the most of C's low-level control, flexibility, and high performance
- A comprehensive guide to C's most powerful and challenging features
- A thought-provoking guide packed with hands-on exercises and examples
Book Description
There's a lot more to C than knowing the language syntax. The industry looks for developers with a rigorous, scientific understanding of the principles and practices. Extreme C will teach you to use C's advanced low-level power to write effective, efficient systems. This intensive, practical guide will help you become an expert C programmer.
Building on your existing C knowledge, you will master preprocessor directives, macros, conditional compilation, pointers, and much more. You will gain new insight into algorithm design, functions, and structures. You will discover how C helps you squeeze maximum performance out of critical, resource-constrained applications.
C still plays a critical role in 21st-century programming, remaining the core language for precision engineering, aviations, space research, and more. This book shows how C works with Unix, how to implement OO principles in C, and fully covers multi-processing.
In Extreme C, Amini encourages you to think, question, apply, and experiment for yourself. The book is essential for anybody who wants to take their C to the next level.
What you will learn
- Build advanced C knowledge on strong foundations, rooted in first principles
- Understand memory structures and compilation pipeline and how they work, and how to make most out of them
- Apply object-oriented design principles to your procedural C code
- Write low-level code that's close to the hardware and squeezes maximum performance out of a computer system
- Master concurrency, multithreading, multi-processing, and integration with other languages
- Unit Testing and debugging, build systems, and inter-process communication for C programming
Who this book is for
Extreme C is for C programmers who want to dig deep into the language and its capabilities. It will help you make the most of the low-level control C gives you.
作者簡介
Kamran Amini is a senior professional specialized in embedded and kernel development. He has worked for numerous Iranian well-known companies as a senior engineer, architect, consultant, and CTO. In 2017, he moved to Europe to work as a senior architect and engineer for highly reputable companies such as Jeppesen, Adecco, TomTom, and ActiveVideo Networks. While residing in Amsterdam, he worked on his first book, Extreme C, published by PacktPub. His main areas of interest are computation theory, distributed systems, machine learning, information theory, and quantum computation. Parallel to his professional career, he is studying Astronomy and Planetary sciences. His academic areas of interest are related to development of early universe, the geometry of black holes, quantum field theory, and string theory.
目錄大綱
- Essential Features
- From Source to Binary
- Object Files
- Process Memory Structure
- Stack and Heap
- OOP and Encapsulation
- Composition and Aggregation
- Inheritance and Polymorphism
- Abstraction and OOP in C++
- Unix: History and Architecture
- System Calls and Kernels
- The Most Recent C
- Concurrency
- Synchronization
- Thread Execution
- Thread Synchronization
- Process Execution
- Process Synchronization
- Single-Host IPC and Sockets
- Socket Programming
- Integration with Other Languages
- Unit Testing and Debugging
- Build Systems