The original Design Patterns book used C++. A long time has passed since it was published. Perhaps it's time for an update?
Programming Linux Anti-Reversing Techniques teaches the reader how to code and analyze well known anti-reversing techniques for Linux. The book shows how a reverse engineer analyzes a binary using tools like IDA, Radare2, GDB, readelf, and more. The code is presented to the reader ready to compile and analyze on their own.
Cyber physical systems are becoming increasingly complex and networked. As the number of system components increases and their complexity grows, so does the time required for system integration. [...] A large part of the complexity in system integration lies in the interaction of the system components however. As a consequence, traditional integration strategies are becoming increasingly inefficient. The solution to the problem is to prioritize system level integration automation and supplement it with traditional automation (if required).
Uma rápida introdução à escrita de firmware para microcontroladores.
STM32F7
C programming basics for programmers of high level languages.
Learn C and build your own programming language in 1000 lines of code!
Help you to prepare technical coding interviews
This case study shows processes, tools, and methods used by embedded system developers. The book's content is derived from the author's 35 years experience developing embedded systems for major corporations. The example project is a digital trombone implemented on an mbed and Arduino compatible, NUCLEO-L432KC board from STMicroelectronics..
The easiest way to learn 11th's C++ and score more marks
Quantitative finance in C++: an inside look at the architecture of the QuantLib library.
Learn how to use C++ to produce more readable code, faster than C, and simpler to write. No object oriented programing. All the necessary information for the C to C++ transition.
De la mise en place d’un environnement de travail à la création de nouvelles classes, en passant par les tests automatisés ou la gestion de la mémoire, ce livre vous fournira toutes les bases nécessaires au développement d’une Extension PHP, illustrées par de nombreux exemples de code.