Skip to main content

Shopping Cart

You're getting the VIP treatment!

Item(s) unavailable for purchase
Please review your cart. You can remove the unavailable item(s) now or we'll automatically remove it at Checkout.
itemsitem
itemsitem

Recommended For You

Loading...

C++ eBooks

If you like C++ eBooks, then you'll love these top picks.
Showing 1 - 24 of 597 Results
Skip side bar filters
  • Effective C++: 55 Specific Ways to Improve Your Programs and Designs

    55 Specific Ways to Improve Your Programs and Designs

    by Scott Meyers ...
    “Every C++ professional needs a copy of Effective C++. It is an absolute must-read for anyone thinking of doing serious C++ development. If you’ve never read Effective C++ and you think you know everything about C++, think again.”— Steve Schirripa, Software Engineer, Google“C++ and the C++ community have grown up in the last fifteen years, and the third edition of Effective C++ reflects this.... ... Read more

    PHP2,937.69

  • UML 2.0 in a Nutshell

    A Desktop Quick Reference

    System developers have used modeling languages for decades to specify, visualize, construct, and document systems. The Unified Modeling Language (UML) is one of those languages. UML makes it possible for team members to collaborate by providing a common language that applies to a multitude of different systems. Essentially, it enables you to communicate solutions in a consistent, tool-supported ... Read more

    PHP1,418.79

  • C++ Pocket Reference

    C++ Syntax and Fundamentals

    by Kyle Loudon ...
    C++ is a complex language with many subtle facets. This is especially true when it comes to object-oriented and template programming. The C++ Pocket Reference is a memory aid for C++ programmers, enabling them to quickly look up usage and syntax for unfamiliar and infrequently used aspects of the language. The book's small size makes it easy to carry about, ensuring that it will always be at-hand ... Read more

    PHP975.29

  • The C++ Programming Language

    The new C++11 standard allows programmers to express ideas more clearly, simply, and directly, and to write faster, more efficient code. Bjarne Stroustrup, the designer and original implementer of C++, has reorganized, extended, and completely rewritten his definitive reference and tutorial for programmers who want to use C++ most effectively.The C++ Programming Language, Fourth Edition, delivers ... Read more

    PHP4,212.79

  • C++ Easy To Understand Step By Step Guide

    A Guide for Beginners

    by Jacob Era ...
    Mastering C++ programming language can be a tough and time consuming task. However, if you have an interest in programming languages and you insist in mastering this programming language then it can be fun and engaging. C++ programming language is easier to learn for people who are already familiar with other programming language such as Python, Java or Matlab. The differentiating factor between C ... Read more

    PHP245.78

  • Cross-platform graphics programming with C++ and OpenGL ES

    Quick start guide

    Series series Writing a Game
    This work originally started as a research project dedicated to finding a cross-platform (Desctop+Mobile) 3D solution.It was a response to my naive assumption that you could write an app for one platform and then adapt it for another. Poor little fool, oh yeah...But is it even possible to write C++/OpenGL code that runs directly (without a "middleman") on multiple platforms?It seems dubious, but ... Read more

    PHP222.99

  • Essentials of C Programming with Microsoft® Visual Studio®

    by Farzin Asadi ...
    Series series Engineering (R0)
    This book provides a compact but comprehensive treatment that guides readers through the C programming language with Microsoft® Visual Studio®. The author uses his extensive classroom experience to guide readers toward deeper understanding of key concepts of the C language. Each concept and feature of the language is presented as a short lesson, illustrated by practical worked examples to aid ... Read more

    PHP4,197.69

  • Projects With Microcontrollers And PICC

    In this book, we will find exercises related to the theory and the basic fundamentals to work with Microchip 8-bit microcontrollers, especially PIC12F675, PIC16F88 and PIC16F887. In this case we will use the CCS PICC compiler. If we want to carry out large projects, then we must know and master the basic concepts, otherwise it would be very difficult to solve large projects. If you have many ... Read more

    PHP776.19

  • Создаем игры и изучаем C++

    Третье издание

    Translated by А.И. Ларин ...
    Мечтаете создавать игры, но не знаете, с чего начать? Книга «Создаем игры и изучаем C++» станет вашим проводником в мире игровой разработки! Это издание было адаптировано под Visual Studio 2022, C++20 и библиотеку SFML, оно предлагает уникальный подход: вы не только освоите язык C++ с нуля, но и примените знания на практике, создав четыре игры в разных жанрах. Вы начнете с изучения основ ... Read more

    PHP399.00 or Free with Kobo Plus

  • Build AI-Enhanced Audio Plugins with C++

    Build AI-Enhanced Audio Plugins with C++ explains how to embed artificial intelligence technology inside tools that can be used by audio and music professionals, through worked examples using Python, C++ and audio APIs which demonstrate how to combine technologies to produce professional, AI-enhanced creative tools.Alongside a freely accessible source code repository created by the author that ... Read more

    PHP4,003.28

  • Secure Programming Cookbook for C and C++

    Recipes for Cryptography, Authentication, Input Validation & More

    Password sniffing, spoofing, buffer overflows, and denial of service: these are only a few of the attacks on today's computer systems and networks. At the root of this epidemic is poorly written, poorly tested, and insecure code that puts everyone at risk. Clearly, today's developers need help figuring out how to write code that attackers won't be able to exploit. But writing such code is ... Read more

    PHP2,660.69

  • Introducing C++

    The Easy Way to Start Learning Modern C++

    You know how to code, but you're ready to level up. You've heard about the power and performance of C++, a language vital to fields like AI, game development, and high-performance computing. But where do you even start? Existing resources are outdated or overly academic, or they assume a deep understanding of C. You need a guide that respects your existing skills and gets you coding fast with ... Read more

    PHP2,261.49

  • C++ for the Impatient

    A Ready Reference for C++C++ for the Impatient offers both the quickest way for busy programmers to learn the latest features of the C++ language and a handy resource for quickly finding answers to specific language questions. Designed to give you the most accurate and up-to-date information you require fast and to the point, this book is also an essential guide to the new C++11 standard, ... Read more

    PHP3,214.89

  • Windows® via C/C++

    Series series Developer Reference
    Master the intricacies of application development with unmanaged C++ code—straight from the experts. Jeffrey Richter’s classic book is now fully revised for Windows XP, Windows Vista, and Windows Server 2008. You get in-depth, comprehensive guidance, advanced techniques, and extensive code samples to help you program Windows–based applications.Discover how to:Architect and implement your ... Read more

    PHP2,971.09

  • Arduino Sketch for ESP8266 Development Workshop

    This book helps you to get started with Arduino Sketch development using ESP8266 boards. We explore I/O programming on ESP8266 boards. The following is a list of highlight topics in this book:Preparing Development EnvironmentSetting Up ESP8266 BoardsGPIO ProgrammingWorking with Serial Communication (UART)PWM and Analog InputWorking with I2CWorking with SPIConnecting to a NetworkWorking with EEPROM ... Read more

    PHP200.95

  • Arduino MKR ZERO Development Workshop

    This book explores how to get started with Arduino MKR ZERO. Focusing on I/O development with various simple project demo. The following is a list of highlight topics in this book:Setting up Development EnvironmentSketch ProgrammingSerial CommunicationWorking with Analog I/O and PWMWorking with SPIWorking with I2CWorking with I2SWorking with microSD cardSensing Temperature and Humidity with DHT Mo ... Read more

    PHP200.95

  • Arduino Pro Mini A Hands-On Guide for Beginner

    This book is designed for anyone who wants to learn Arduino Pro Mini development based on ATmega328 microcontroller. The following is a list of highlight topics in this book.Preparing Development EnvironmentSetting Up Arduino Pro MiniWriting and Reading Digital DataSerial Communication (UART)PWM and Analog InputWorking with I2CWorking with SPIAccessing EEPROMWorking with DHT Module ... Read more

    PHP133.48

  • Arduino MKRFOX1200 Development Workshop

    This book helps you to get started with Arduino MKRFOX1200 and utilizing Sigfox network to build IoT application. The following is highlight topics in this book:* Setting up Development Environment* Sketch Programming* Working with SPI* Working with I2C* Working with Internal RTC and Sleep Mode* Working with Sigfox Network* Building IoT App over Sigfox Network* Working with Sigfox Callback API: ... Read more

    PHP200.23

  • Programming with STM32: Getting Started with the Nucleo Board and C/C++

    by Donald Norris ...
    Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.Create your own STM32 programs with ease!Get up and running programming the STM32 line of microcontrollers from STMicroelectronics using the hands-on information contained in this easy-to-follow guide. Written by ... Read more

    PHP1,197.49

  • C++

    The Comprehensive Guide

    Comprehensive C++23 resource offering deep coverage from syntax basics to advanced concurrency and standard library usage. Learn best practices to write secure, efficient, and modular C++ code with expert guidance.Key FeaturesIn-depth coverage of modern C++23 concepts ensuring comprehensive understanding of language featuresFocus on writing secure, maintainable, and efficient code for professional ... Read more

    PHP2,976.29 or Free with Kobo Plus

  • Beginning C++ Programming

    Modern C++ at your fingertips!

    Modern C++ at your fingertips!Key Features\[\*\] This book gets you started with the exciting world of C++ programming\[\*\] It will enable you to write C++ code that uses the standard library, has a level of object orientation, and uses memory in a safe and effective way\[\*\] It forms the basis of programming and covers concepts such as data structures and the core programming languageBook ... Read more

    PHP2,131.19 or Free with Kobo Plus

  • Modern C++ Programming Cookbook

    Master C++ core language and standard library features, with over 100 recipes, updated to C++20

    A pragmatic recipe book for acquiring a comprehensive understanding of the complexities and core fundamentals of C++ programmingKey FeaturesExplore the latest language and library features of C++20 such as modules, coroutines, concepts, and rangesShed new light on the core concepts in C++ programming, including functions, algorithms, threading, and concurrency, through practical self-contained ... Read more

    PHP3,674.69 or Free with Kobo Plus

  • Mastering ROS for Robotics Programming

    Best practices and troubleshooting solutions when working with ROS

    Develop, simulate, and deploy intelligent robotic systems using ROS with hands-on guidance for 3D modeling, hardware integration, and motion planningKey FeaturesImplement complex simulations using Gazebo, Webots, and CoppeliaSim alongside MoveIt! for motion planningIntegrate sensors, vision modules, and I/O boards for real-world robot controlBridge ROS with MATLAB, Simulink, and industrial robots ... Read more

    PHP2,682.89 or Free with Kobo Plus

  • Estructuras de Datos en C/C++

    by Fulbia Torres ...
    Las estructuras de datos constituyen una de las principales áreas de estudio dentro del campo de la computación y éste incluye saber la forma en que se organiza la información, es decir el almacenamiento, manejo y recuperación de la misma. La eficiencia en el manejo de la información depende en gran medida de las estructuras diseñadas y de los métodos de manipulación que se implanten sobre ellas ... Read more

    PHP368.97