Leanpub Header

Skip to main content

Filters

Category: "C and C++"

Books

  1. The original Design Patterns book used C++. A long time has passed since it was published. Perhaps it's time for an update?

  2. 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.

  3. 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).

  4. Uma rápida introdução à escrita de firmware para microcontroladores. 

  5. STM32F7

  6. Welcome to C
    Ashley DeFlumere

    C programming basics for programmers of high level languages.

  7. Build Your Own Lisp
    Learn C and build your own programming language in 1000 lines of code!
    Daniel Holden

    Learn C and build your own programming language in 1000 lines of code!

  8. Top Coder
    Monster Chan

    Help you to prepare technical coding interviews

  9. How To Develop Embedded Software
    A Case Study
    David Clifton

    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..

  10. Less Confusing C++ Part 1
    Cracking CBSE's C++ made uncomplicated
    Namanyay Goel

    The easiest way to learn 11th's C++ and score more marks

  11. Implementing QuantLib
    Luigi Ballabio

    Quantitative finance in C++: an inside look at the architecture of the QuantLib library.

  12. C++ for dinosaurs
    Guide for readable, maintainable, reusable and faster code
    Nick Economidis

    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.

  13. 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.