Leanpub Header

Skip to main content

Filters

Category: "C and C++"

C and C++

  1. From Novice To Ninja: Mastering DSA In C++

    Learn DSA Using C++

  2. Memory Thinking for C & C++ Linux Diagnostics
    Memory Thinking for C & C++ Linux Diagnostics
    Slides with Descriptions and Source Code Illustrations, Second Edition
    Dmitry Vostokov

    Solid C and C++ knowledge is a must to fully understand Linux diagnostic artifacts such as core memory dumps and do diagnostic, forensic, and root cause analysis beyond listing backtraces. This full-color reference book is a part of the Accelerated C & C++ for Linux Diagnostics training course.

  3. Memory Thinking for C & C++ Windows Diagnostics
    Memory Thinking for C & C++ Windows Diagnostics
    Slides with Descriptions and Source Code Illustrations, Second Edition
    Dmitry Vostokov

    Solid C and C++ knowledge is a must to fully understand Windows diagnostic artifacts, such as memory dumps, and perform diagnostic, forensic, and root cause analysis beyond listing stack traces, DLLs, and driver information. This full-color reference book is a part of the Accelerated C & C++ for Windows Diagnostics training course.

  4. C++에서 const를 올바르게 사용하는 방법
    C++에서 const를 올바르게 사용하는 방법
    How to use const in C++
    Sandor Dargo and Moon Sang Kwon

    지역 변수, 멤버 변수, 멤버 함수, 리턴 타입, 함수 파라미터, 스마트 포인터, rvalue 참조에서 const를 사용했을 때 어떤 문법적인 특징이 있는지, 어떻게 정확하게 사용할 수 있는지 자세하게 설명한다.C++에서 const를 올바르게 사용하면 프로그래머의 의도를 명확히 코딩하고, 컴파일러가 최적화를 하는데 도움이 된다.더 좋은 C++ 코드를 만들기 위해 const를 적극적으로 활용해 보자. 또 동료 개발자들에게도 전파해 보자.

  5. Sviluppo di applicazioni C/C++ con Dev-C++
    Sviluppo di applicazioni C/C++ con Dev-C++
    Come utilizzare Dev-C++ in modo rapido ed efficiente
    Eugenio Scarazzini

    Sviluppo di applicazioni C/C++ con Dev-C++ è un manuale sull'uso dell'ambiente di sviluppo Dev-C++ (versione 5.11 nota come Orwell Dev-C++) che vi accompagnerà per mano a cominciare dalla sua installazione fino alla realizzazione di un progetto grafico relativo al famoso gioco di logica Mastermind, passando anche per il debug delle applicazioni.

  6. Reinforcement Learning Explained - A Step-by-Step Guide to Reward-Driven AI

    Discover the thrilling world of Reinforcement Learning (RL) in our engaging eBook! Learn the fundamentals of RL, from AI agents and environments to rewards and actions. Explore real-world applications like robotics, healthcare, and personalized recommendations, where RL is transforming industries.

  7. Practical C++ Backend Programming
    Practical C++ Backend Programming
    Crafting Databases, APIs, and Web Servers for High-Performance Backend
    GitforGits | Asian Publishing House

    It delves into algorithms and databases, the meat and potatoes of back-end development. It explains how various algorithms can be used to simplify difficult problems, enhance functionality, and streamline the code. The book delves into CRUD operations and dives into ins and outs of building and utilizing APIs, with a focus on the gRPC framework.

  8. How to reduce binary size in C++

    Read this book to learn about different factors influencing the size of your C++ binaries. You'll discover how different ways of coding can increase or decrease binary sizes. We'll look into which compiler and linker settings significantly impact sizes. Last but not least, we'll look into the intersection of coding techniques and compiler settings.

  9. Accelerated Linux API for Software Diagnostics
    Accelerated Linux API for Software Diagnostics
    With Category Theory in View
    Dmitry Vostokov

    The book contains the full transcript of Software Diagnostics Services training with 16 hands-on exercises on various topics related to Linux API.

  10. Graphics programming on macOS using C++
    Graphics programming on macOS using C++
    Part 1: Introduction
    Filip Wasil

    When people do multi-platform graphics programming on macOS they usually use Vulkan API.The best resources on learning Vulkan include:The unofficial Sascha Willems tutorialAlexander Overrode unofficial tutorialKhronos documentationThis book is an introduction of how to write a Vulkan app, using macOS as a primary development platform.

  11. Surviving the C++ Coding Interview

    Learn the fundamental concepts behind coding interview problems. Train using a companion GitHub repository in a zero-setup DevContainer. All with modern C++ techniques.

  12. Mastering C++ Network Automation
    Mastering C++ Network Automation
    Run Automation across Configuration Management, Container Orchestration, Kubernetes, and Cloud Networking
    GitforGits | Asian Publishing House

    From setting up a network automation environment to automating configuration management and working with containers and container orchestration tools such as Kubernetes, the book covers a wide range of topics.

  13. Clean Code Principles And Patterns
    Clean Code Principles And Patterns
    A Software Practitioner's Handbook
    Petri Silen
    No Description Available
  14. Accelerated Linux Core Dump Analysis, Fourth Edition
    Accelerated Linux Core Dump Analysis, Fourth Edition
    Training Course Transcript with GDB and WinDbg Practice Exercises
    Dmitry Vostokov

    Learn how to analyze x64 and ARM64 Linux process and kernel crashes and hangs, navigate through core memory dump space and diagnose corruption, memory leaks, CPU spikes, blocked threads, deadlocks, wait chains, and more than 50 memory analysis patterns. The training consists of more than 70 step-by-step exercises using GDB and WinDbg debuggers.

  15. Inicialización en C++
    Inicialización en C++
    Una guía a través de todas las opciones de inicialización y áreas relacionadas con C++
    Bartłomiej Filipek and Javier Estrada

    Desde sintaxis básica, reglas de construcción y destrucción, tiempo de vida y deducción de plantillas. Todo lo que deseas saber sobre las técnicas de C++ moderno relacionadas con la inicialización. ¡C++20 (e incluso C++23) incluido!