Leanpub Header

Skip to main content

Filters

Category: "C and C++"

Books

  1. Modern C++ Programming
    Including the Standards C++11, C++17, C++20 and C++23
    Orhan Gazi

    This book covers Modern C++ programming. The book is written in a neatly manner including the recent developments published in recent standards, C++11, C++17, C++20 and C++23.

  2. C++ Programming Cookbook
    Proven solutions using C++ 20 across functions, file I/O, streams, memory management, STL, concurrency, type manipulation and error debugging
    GitforGits | Asian Publishing House

    Through a series of carefully curated recipes, "C++ Programming Cookbook" stands out as a clear, concise, and powerful technical resource for programmers who want to master C++'s intricacies. The book covers more advanced subjects like concurrency, memory management, file I/O operations, object-oriented design concepts and functional programming.

  3. No Description Available
  4. Aprende lógica de programación de una vez (C++)
    Enfoque práctico con ejercicios en C++
    José Juan Hernández

    En esta obra sobre cómo aprender lógica de programación quiero darte las herramientas e ideas necesarias para que puedas empezar tu camino en este maravilloso mundo, evites cometer los mismos errores que muchos de nosotros al iniciar, pierdas el miedo y descubras lo que mejor se adapte a ti.

  5. Introduction to C Programming for Computer Science Student Projects
    Part 1. Windows Version Getting Started by coding and running programs in Windows using Visual Studio
    Andrew Eliasz

    Fast paced self study workbook for students and professional developers needing to get up to speed with the C programming language fast. This version uses Visual Studio (full or Community edition) as the IDE.

  6. Learn DSA Using C++

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

  8. For the first time ever, C++23 changes "Hello World" in C++. What kind of fundamental changes does this mean for your code?

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

  10. Want to get started with competitive programming? Tired of reading cryptic code? Tired of not knowing which problems to solve next to improve? Not learning much from problems that you solve? ("Every problem looks so different :( ") We've got your back! This book is your jump-start guide into competitive programming!

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

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

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

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

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

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