Leanpub Header

Skip to main content

Filters

Category: "C and C++"

C and C++

  1. Computer Systems Laboratory
    Computer Systems Laboratory
    for Raspberry Pi
    Sean Lawless

    This companion book to Computer Systems provides all the necessary information, including source code examples. Complete the circle of knowledge with this hands on journey to bring the Raspberry Pi hardware to life with software. No experience is necessary beyond the companion book Computer Systems.

  2. Computer Systems
    Computer Systems
    Incremental Systems Engineering
    Sean Lawless

    Have you ever wondered exactly how a computer system works? Concerned the inner workings of computers are too complicated to understand? Journey deep into the heart of computer systems by first learning how a computer "thinks" and then using that knowledge to bring computer hardware to life with software. No experience necessary!

  3. C++17 - The Complete Guide
    C++17 - The Complete Guide
    Nicolai M. Josuttis

    All new language and library features of C++17 (for those who know previous versions). Learn how C++17 impacts day-to-day C++ programming, how to benefit in practice, how to combine new features, and how to avoid all new traps.Hardcover version (please, prefer a local bookstore) Paperback versionSpanish versionC++23C++20Bundle with C++ Move Semantics

  4. Concurrency with Modern C++
    Concurrency with Modern C++
    What every professional C++ programmer should know about concurrency.
    Rainer Grimm

    C++11 is the first C++ standard that deals with concurrency. The story goes on with C++17, C++20, and will continue with C++23. I'll give you a detailed insight into the current and the upcoming concurrency in C++. This insight includes the theory and a lot of practice.

  5. C++    کتابخانه استاندارد
    C++ کتابخانه استاندارد
    C++ هر آنچه که یک برنامه نویس حرفه ای در مورد کتابخانه استاندارد این زبان باید بداند.
    Rainer Grimm and Farhad Sarvari

    کتابخانه استاندارد ++C

  6. The C++ Standard Library
    The C++ Standard Library
    What every professional C++ programmer should know about the C++ standard library.
    Rainer Grimm

    With the current C++23 standard, C++ has many libraries to offer. My book's key idea is to give you concise the necessary information for all C++ standard libraries.The book is an improved version of my German book C++ Standardbibliothek published by O'Reilly. Persian version

  7. Программирование на C++ с JUCE 4.2.x
    Программирование на C++ с JUCE 4.2.x
    Создание кроссплатформенных мультимедийных приложений с использованием библиотеки JUCE 4.2.x на простых примерах
    Andrey N. Kuznetsov

    Эта книга посвящена разработке приложений для Linux, Windows, Mac OS X и iOS на языке C++ с использованием кроссплатформенной библиотеки JUCE версии 4.2.x. Подробно рассмотрены возможности, предоставляемые этой библиотекой, а также практическое применение классов, входящих в её состав, на большом количестве простых, подробно прокомментированных примеров. Книга содержит пошаговую исчерпывающую информацию по созданию приложений JUCE различной степени сложности от простейших до мультимедийных.

  8. Koding C++ dengan Qt
    Koding C++ dengan Qt
    Turahe (Nur Wachid)

    Buku Panduan Aplikatif dan terstruktur tentang pemrograman C++

  9. Design Patterns in Modern C++

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

  10. Programming Linux Anti-Reversing Techniques

    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.

  11. Robot Framework for Cyber Physical System Test Automation

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

  12. Firmware para microcontroladores

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

  13. FreeRTOS on the STM32F7 microcontroller

    STM32F7

  14. Welcome to C
    Welcome to C
    Ashley DeFlumere

    C programming basics for programmers of high level languages.

  15. Build Your Own Lisp
    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!