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 73 - 96 of 548 Results
Skip side bar filters
  • Hands-On Concurrency with Rust

    Confidently build memory-safe, parallel, and efficient software in Rust

    Get to grips with modern software demands by learning the effective uses of Rust's powerful memory safety. About This Book • Learn and improve the sequential performance characteristics of your software • Understand the use of operating system processes in a high-scale concurrent system • Learn of the various coordination methods available in the Standard library Who This Book Is For This book is ... Read more

    $35.99 USD or Free with Kobo Plus

  • Beyond the C++ Standard Library

    An Introduction to Boost

    Introducing the Boost libraries: the next breakthrough in C++ programmingBoost takes you far beyond the C++ Standard Library, making C++ programming more elegant, robust, and productive. Now, for the first time, a leading Boost expert systematically introduces the broad set of Boost libraries and teaches best practices for their use.Writing for intermediate-to-advanced C++ developers, Björn ... Read more

    $56.99 USD

  • MintDuino

    Building an Arduino-Compatible Breadboard Microcontroller

    Get started with MintDuino, the Maker Shed kit that's perfect for learning or teaching the fundamentals of how microcontrollers work. This hands-on book shows you how to build a complete MintDuino project from start to finish. Learn how to assemble the microcontroller on a breadboard (no soldering required), and immediately begin programming it.You'll build the MintDuino Reflex Game in five ... Read more

    $2.99 USD

  • Optimized C++

    Proven Techniques for Heightened Performance

    In today’s fast and competitive world, a program’s performance is just as important to customers as the features it provides. This practical guide teaches developers performance-tuning principles that enable optimization in C++. You’ll learn how to make code that already embodies best practices of C++ design run faster and consume fewer resources on any computer—whether it’s a watch, phone, ... Read more

    $36.99 USD

  • Beginning C++ Game Programming

    by John Horton ...
    Learn C++ from scratch and get started building your very own gamesAbout This BookThis book offers a fun way to learn modern C++ programming while building exciting 2D gamesThis beginner-friendly guide offers a fast-paced but engaging approach to game developmentDive headfirst into building a wide variety of desktop games that gradually increase in complexityIt is packed with many suggestions to ... Read more

    $39.99 USD or Free with Kobo Plus

  • Rust Essentials - Second Edition

    Leverage the functional programming and concurrency features of Rust and speed up your application development

    by Ivo Balbaert ...
    Leverage the functional programming and concurrency features of Rust and speed up your application developmentAbout This BookGet started with Rust to build scalable and high performance applicationsEnhance your application development skills using the power of RustDiscover the power of Rust when developing concurrent applications for large and scalable softwareWho This Book Is ForThe book is for ... Read more

    $35.99 USD or Free with Kobo Plus

  • C++ MCQ (PDF) Questions and Answers | C++ Programming MCQs e-Book Download

    Quiz Questions Chapter 1-19 & Practice Tests with Answers Key | C++ Textbook Notes, MCQs & Study Guide

    by Arshad Iqbal ...
    Series series Computer Science MCQ Questions and Answers PDF Download
    The e-Book C++ Multiple Choice Questions (MCQ Quiz) with Answers PDF Download (C++ PDF Book): MCQ Questions Chapter 1-19 & Practice Tests with Answers Key (C++ MCQs PDF: Textbook Notes & Question Bank) includes revision guide for problem solving with hundreds of solved MCQs. C++ MCQ with Answers PDF book covers basic concepts, analytical and practical assessment tests. "C++ MCQ" PDF book helps to ... Read more

    $4.99 USD or Free with Kobo Plus

  • 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

    $43.99 USD

  • 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

    $23.99 USD

  • CryENGINE Game Programming with C++, C#, and Lua

    This book provides you with step-by-step exercises covering the various systems of CryENGINE and comprehensively explains their workings in a way that can be easily understood by readers of any skill level to help you develop your very own CryENGINE games.This book is intended for developers looking to harness the power of CryENGINE, providing a good grounding in how to use the engine to its full ... Read more

    $26.99 USD or Free with Kobo Plus

  • Fluent C

    Expert advice on C programming is hard to find. While much help is available for object-oriented programming languages, there's surprisingly little for the C language. With this hands-on guide, beginners and experienced C programmers alike will find guidance about design decisions, including how to apply them bit by bit to running code examples when building large-scale programs.Christopher ... Read more

    $41.99 USD

  • Unreal Engine 4 Scripting with C++ Cookbook

    Get the best out of your games by scripting them using UE4About This BookA straightforward and easy-to-follow formatA selection of the most important tasks and problemsCarefully organized instructions to solve problems efficientlyClear explanations of what you didSolutions that can be applied to solve real-world problemsWho This Book Is ForThis book is intended for game developers who ... ... Read more

    $39.99 USD or Free with Kobo Plus

  • Unreal Engine 4 Game Development Essentials

    by Satheesh PV ...
    Master the basics of Unreal Engine 4 to build stunning video gamesAbout This BookGet to grips with the user interface of Unreal Engine 4 and find out more about its various robust featuresCreate dream video games with the help of the different tools Unreal Engine 4 offersCreate video-games and fully utilize the power of Unreal Engine 4 to bring games to life through this step-by-step guideWho This ... Read more

    $35.99 USD or Free with Kobo Plus

  • Learning C++ by Creating Games with UE4

    COM051070 ... Read more

    $27.99 USD or Free with Kobo Plus

  • Unreal Engine Game Development Blueprints

    Discover all the secrets of Unreal Engine and create seven fully functional games with the help of step-by-step instructions About This Book • Understand what a Blueprint is and how to create a complex visual scripting code • Discover the infinite possibilities that Unreal Engine offers, and understand which tool to use, where and when • Learn to think like a real game developer in order to create ... Read more

    $39.99 USD or Free with Kobo Plus

  • Safe C++

    How to avoid common mistakes

    It’s easy to make lots of programming mistakes in C++—in fact, any program over a few hundred lines is likely to contain bugs. With this book, you’ll learn about many common coding errors that C++ programmers produce, along with rules and strategies you can use to avoid them.Author Vladimir Kushnir shows you how to use his Safe C++ library, based in part on programming practices developed by the C ... Read more

    $15.99 USD

  • C++ Common Knowledge

    Essential Intermediate Programming

    What Every Professional C++ Programmer Needs to Know—Pared to Its Essentials So It Can Be Efficiently and Accurately AbsorbedC++ is a large, complex language, and learning it is never entirely easy. But some concepts and techniques must be thoroughly mastered if programmers are ever to do professional-quality work. This book cuts through the technical details to reveal what is commonly understood ... Read more

    $32.99 USD

  • Game Development with Blender and Godot

    Leverage the combined power of Blender and Godot for building a point-and-click adventure game

    by Kumsal Obuz ...
    Understand how to use one of the most popular 3D modeling software and advanced game engines to create a seamless workflow between the two and produce dynamic games Key Features • Learn how to create, rig, and animate 3D low-poly models in Blender • Discover the 3D workflow of Godot Engine and understand how to enhance your models • Use modeling and game design skills to create a dynamic point-and ... Read more

    $30.99 USD or Free with Kobo Plus

  • Objective-C Boot Camp

    Foundation and Patterns for iOS Development

    This ebook offers basic training for the Objective-C programming language and explores the vital parts of the elegant language. This guide will give you enough information to get started, while pointing out many key features and common mistakes. While previous knowledge with objective-oriented programming is not necessary, the guide assumes you have a basic understanding of other C-like ... Read more

    $3.99 USD

  • Modern C++ Programming Cookbook

    Over 100 recipes to help you overcome your difficulties with C++ programming and gain a deeper understanding of the working of modern C++

    Over 100 recipes to help you overcome your difficulties with C++ programming and gain a deeper understanding of the working of modern C++About This BookExplore the most important language and library features of C++17, including containers, algorithms, regular expressions, threads, and more,Get going with unit testing frameworks Boost.Test, Google Test and Catch,Extend your C++ knowledge and take ... Read more

    $39.99 USD or Free with Kobo Plus

  • Getting Started with Qt 5

    Introduction to programming Qt 5 for cross-platform application development

    by Benjamin Baka ...
    Begin writing graphical user interface(GUI) applications for building human machine interfaces with a clear understanding of key concepts of the Qt frameworkKey FeaturesLearn how to write, assemble, and build Qt application from the command lineUnderstand key concepts like Signals and Slots in QtBest practices and effective techniques for designing graphical user interfaces using Qt 5Book ... Read more

    $20.99 USD or Free with Kobo Plus

  • Getting Started with Intel Galileo

    Electronic Projects with the Quark-Powered Arduino-Compatible Board

    Getting Started with the Intel Galileo gets you up and running with this new, x86-powered board that was developed in collaboration between Arduino and Intel. You'll learn how to set it up, connect it to your computer, and begin programming. You'll learn how to build electronics projects around the Galileo, and you'll explore the features and power that make it different from all the boards that ... Read more

    $8.99 USD

  • Hands-On GPU-Accelerated Computer Vision with OpenCV and CUDA

    Effective techniques for processing complex image data in real time using GPUs

    Discover how CUDA allows OpenCV to handle complex and rapidly growing image data processing in computer and machine vision by accessing the power of GPUKey FeaturesExplore examples to leverage the GPU processing power with OpenCV and CUDAEnhance the performance of algorithms on embedded hardware platformsDiscover C++ and Python libraries for GPU accelerationBook DescriptionComputer vision has been ... Read more

    $35.99 USD or Free with Kobo Plus