All aspects of C++ move semantics with intutive motivation, compelling examples, and tricky details. The book is complete now and done. Printed versionBundle with C++17 - The Complete GuideC++23C++20C++17
Learn how to analyze application and service crashes and freezes, navigate through process user space, and diagnose heap corruption, memory and handle leaks, CPU spikes, blocked threads, deadlocks, wait chains, and much more using the WinDbg debugger. The course covers more than 60 crash dump analysis patterns from x64 and ARM64 process memory dumps.
This reference reprints with corrections, additional comments, and classification more than 370 alphabetically arranged and cross-referenced memory analysis patterns originally published in Memory Dump Analysis Anthology volumes with most examples illustrated for Windows WinDbg and a few for Mac OS X and Linux GDB.
Create applications that can read and write ELF executables, shared libraries and object files. Royalties from the purchases of this tutorial go to the NetBSD Foundation.
Create applications with Rust and WebAssembly
Quantitative finance in C++: an inside look at the architecture of the QuantLib library.
本书是 QuantLib 项目的核心开发者对 QuantLib 整体架构和设计理念的详尽阐述。
Guía rápida y concisa para programadores que quieran ponerse al día con C++ moderno (C++11, C++14, C++17 y C++20). Colección de buenas prácticas, consejos y muchos ejemplos.
The goal main of this book is to introduce you with the foundations of Supercomputing and its software stack. You can then use your knowledge in Machine learning, Deep learning, Data Sciences, Big data and so on.
C++ Lambda Story is a concise and practical book that reveals all aspects of one of the most powerful Modern C++ features. Learn how lambdas evolved, understand how they work and see how to use them in your code efficiently. Print Version @Amazon or @Amazon Full ColourBundle with C++17 in DetailOr with C++ Initialization Story Spanish Translation
Рассмотрена работа компилятора, некоторые особенности архитектуры ядра Cortex-M, переключение контекста выполнения, оптимизация кода и т.д. Сделана попытка показать уместность использования разных подходов в организации ПО: от простого суперцикла до ОСРВ (FreeRTOS). В конце приведены ответы на наиболее популярные вопросы.
Learn a lot of programming in one book
A toolbox for the software engineer to build secure computer systems. Pragmatic and direct. Starting with the basics.
Descriptions, Discussion, and Selected Source Modules illustrating State Machines, Event Handlers, Message Pumps, Fibers, and Event-triggered, Interacting State Machines. A demo program can be downloaded and run on an STM32F746G_DISCO board.
NNG is the next generation rewrite of the popular, light-weight messaging framework known as nanomsg. This is the reference manual for the latest version.