Leanpub Header

Skip to main content

Filters

Category: "C and C++"

C and C++

  1. Notebook C++: About Move Semantics
    No Description Available
  2. Copy and Reference Puzzlers Book 1
    Copy and Reference Puzzlers Book 1
    128 FUN Puzzles
    Jason Turner

    FUN C++ related programming puzzles!

  3. C++ Initialization Story
    C++ Initialization Story
    A Guide Through All Initialization Options and Related C++ Areas
    Bartłomiej Filipek

    From basic syntax, constructor and destruction rules, lifetime, and template deduction. Everything you want to know about Modern C++ techniques related to initialization. C++20 (and even C++23) included!Buy together with my C++ Lambda book or with Lambda and C++17 books Print version @Amazon.com

  4. Computer Science CS1
    Computer Science CS1
    Donald Alan Retzlaff
    No Description Available
  5. Accelerated Windows Memory Dump Analysis, Seventh Edition, Part 2, Kernel and Complete Spaces
    Accelerated Windows Memory Dump Analysis, Seventh Edition, Part 2, Kernel and Complete Spaces
    Training Course Transcript and WinDbg Practice Exercises with Notes
    Dmitry Vostokov

    Learn how to analyze system crashes and freezes, navigate through the kernel and complete spaces, and diagnose patterns of abnormal software behavior using the WinDbg debugger. The course covers more than 50 crash dump analysis patterns from kernel and complete (physical) memory dumps on x64 and ARM64 platforms.

  6. Memory Dump Analysis Anthology, Volume 5, Revised Edition

    This reference volume consists of revised, edited, cross-referenced, and thematically organized articles from Software Diagnostics Institute and Software Diagnostics Library (former Crash Dump Analysis blog) written in February 2010 - October 2010. This major revision contains corrections and WinDbg output color highlighting.

  7. 100 C Programming Exercises

    Sharpen your C programming skills with 100 hands-on exercises, from basic to advanced. Includes complete answers for every problem.

  8. Lambdas en C++
    Lambdas en C++
    Todo lo que necesitas saber sobre las expresiones lambda en C++ moderno, desde C++03 hasta C++20.
    Bartłomiej Filipek and Javier Estrada

    Lambdas en C++ es un libro conciso y práctico que revela todos los aspectos de una de las características más poderosas de C++ moderno. Aprende cómo evolucionaron las lambdas, comprende cómo funcionan y ve cómo usarlas en tu código de manera eficiente. La versión en inglés se encuentra disponible aquí

  9. Memory Dump Analysis Anthology, Volume 4, Revised Edition

    This reference volume consists of revised, edited, cross-referenced, and thematically organized articles from Software Diagnostics Institute and Software Diagnostics Library (former Crash Dump Analysis blog) written in July 2009 - January 2010. This major revision contains corrections and WinDbg output color highlighting.

  10. C++ Concepts
    C++ Concepts
    Validate your templates compile-time
    Sandor Dargo

    You are going to discover why templates as-is are not enough and how concepts came to the rescue. You are going to learn about how to use them in four different ways with functions, how to use them with classes, what kind of concepts are already delivered with the standard library and how to write new ones from scratch.

  11. PROGRAMMING WITH C LANGUAGE
    PROGRAMMING WITH C LANGUAGE
    Ricardo Sánchez Schulz

    Learn to program using C language using pointers from the beginning.Analogies and graphics are used for a deeper understanding of objects and their addresses, types, memory, data, etc. Chapters 1 to 5 are already finished.

  12. Light Weight Aircraft All-In-One Build Tutorial

    With this book, readers can build their own flight controller based on ESP8266 (an MCU based on Arduino), mount it on a DIY aircraft, and control the aircraft with a smartphone APP.

  13. How to use const in C++
    How to use const in C++
    On the virtues of constness
    Sandor Dargo

    Learning how to use const in the correct way is inevitable if you want to become a seasoned C++ developer. This book will help you discover not only the basics but the less known implications of using const. Did you know that using it can even degrade performance in some cases? Read this book to get all the details!

  14. El Manual de los Algoritmos y las estructuras de datos (Fondo negro)

    Descubre el Manual de los Algoritmos y las estructuras de datos, basado en los algoritmos de Cortmen. Este manual es la caja de Herramientas que debería poseer cualquier programador proesional. ¡Perfecciona tu capacidad abstracta para entender y desarrollar tú mismo algoritmos eficientes!

  15. Self aware Robot´s
    Self aware Robot´s
    Adrian Vasile

    I write this book for all the people who believe that link between technology and humans can create a better world. I believe that fast advancement of the technology will help our planet to solve many problems in a more fast smart way that what human brain is capable to do.All this because of fast development of microprocessor architecture.