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 637 Results
Skip side bar filters
  • Environmental Monitoring with Arduino

    Building Simple Devices to Collect Data About the World Around Us

    After the devastating tsunami in 2011, DYIers in Japan built their own devices to detect radiation levels, then posted their finding on the Internet. Right now, thousands of people worldwide are tracking environmental conditions with monitoring devices they’ve built themselves. You can do it too!This inspiring guide shows you how to use Arduino to create gadgets for measuring noise, weather, ... Read more

    4,12 €

  • C++ Primer Plus

    by Stephen Prata ...
    Series series Developer's Library
    C++ Primer Plus, Sixth EditionNew C++11 CoverageC++ Primer Plus is a carefully crafted, complete tutorial on one of the most significant and widely used programming languages today. An accessible and easy-to-use self-study guide, this book is appropriate for both serious students of programming as well as developers already proficient in other languages.The sixth edition of C++ Primer Plus has ... Read more

    37,41 €

  • Introduction to Design Patterns in C++ with Qt

    Series series Prentice Hall Open Source Software Development Series
    Master C++ “The Qt Way” with Modern Design Patterns and Efficient ReuseThis fully updated, classroom-tested book teaches C++ “The Qt Way,” emphasizing design patterns and efficient reuse. Readers will master both the C++ language and Qt libraries, as they learn to develop maintainable software with well-defined code layers and simple, reusable classes and functions.Every chapter of this edition ... Read more

    42,60 €

  • Learning C by Example

    This book help you how to get started with C programming. This book provides many code samples for illustration. The following is highlight topics:* Development Environment* Basic C Programming Language* Array and Pointer* Functions* I/O Operations* String Operations* Building C Library* Threading* Database Programming* Socket ProgrammingThis book uses GNU GCC compiler for C programming. ... Read more

    2,28 €

  • Beginning C++ Game Programming

    Learn to program with C++ by building fun games

    by John Horton ...
    Get to grips with programming techniques and game development using C++ libraries and Visual Studio 2019Key FeaturesLearn game development and C++ with a fun, example-driven approachBuild clones of popular games such as Timberman, Zombie Survival Shooter, a co-op puzzle platformer, and Space InvadersDiscover tips to expand your finished games by thinking critically, technically, and creativelyBook ... Read more

    36,24 € or Free with Kobo Plus

  • C++ Primer

    Bestselling Programming Tutorial and Reference Completely Rewritten for the New C++11 StandardFully updated and recast for the newly released C++11 standard, this authoritative and comprehensive introduction to C++ will help you to learn the language fast, and to use it in modern, highly effective ways. Highlighting today’s best practices, the authors show how to use both the core language and its ... Read more

    46,74 €

  • STL Pocket Reference

    Containers, Iterators, and Algorithms

    by Ray Lischner ...
    The STL Pocket Reference describes the functions, classes, and templates in that part of the C++ standard library often referred to as the Standard Template Library (STL). The STL encompasses containers, iterators, algorithms, and function objects, which collectively represent one of the most important and widely used subsets of standard library functionality.The C++ standard library, even the ... Read more

    6,46 €

  • Effective Modern C++

    42 Specific Ways to Improve Your Use of C++11 and C++14

    by Scott Meyers ...
    Coming to grips with C++11 and C++14 is more than a matter of familiarizing yourself with the features they introduce (e.g., auto type declarations, move semantics, lambda expressions, and concurrency support). The challenge is learning to use those features effectively—so that your software is correct, efficient, maintainable, and portable. That’s where this practical book comes in. It describes ... Read more

    29,46 €

  • C++ Data Structures and Algorithms

    Learn how to write efficient code to build scalable and robust applications in C++

    by Wisnu Anggoro ...
    Learn how to build efficient, secure and robust code in C++ by using data structures and algorithms - the building blocks of C++Key FeaturesUse data structures such as arrays, stacks, trees, lists, and graphs with real-world examplesLearn the functional and reactive implementations of the traditional data structuresExplore illustrations to present data structures and algorithms, as well as their ... Read more

    29,56 € or Free with Kobo Plus

  • Qt 5 and OpenCV 4 Computer Vision Projects

    Get up to speed with cross-platform computer vision app development by building seven practical projects

    Create image processing, object detection and face recognition apps by leveraging the power of machine learning and deep learning with OpenCV 4 and Qt 5Key FeaturesGain practical insights into code for all projects covered in this bookUnderstand modern computer vision concepts such as character recognition, image processing and modificationLearn to use a graphics processing unit (GPU) and its ... Read more

    26,70 € or Free with Kobo Plus

  • C++ Template Metaprogramming in Practice

    A Deep Learning Framework

    by Li Wei ...
    Using the implementation of a deep learning framework as an example, C++ Template Metaprogramming in Practice: A Deep Learning Framework explains the application of metaprogramming in a relatively large project and emphasizes ways to optimize systems performance. The book is suitable for developers with a basic knowledge of C++. Developers familiar with mainstream deep learning frameworks can also ... Read more

    146,55 €

  • Hybrid Genetic Optimization for IC Chips Thermal Control

    With MATLAB® Applications

    Series series Advances in Metaheuristics
    The continuous miniaturization of integrated circuit (IC) chips and the increase in the sleekness of the design of electronic components have led to the monumental rise of volumetric heat generation in electronic components.Hybrid Genetic Optimization for IC Chips Thermal Control: With MATLAB® Applications focuses on the detailed optimization strategy carried out to enhance the performance ... Read more

    59,83 €

  • Programming Problems: A Primer for The Technical Interview

    by Bradley Green ...
    A complete primer for the technical programming interview. This book reviews the fundamentals of computer programming through programming problems posed to candidates at Amazon, Apple, Facebook, Google, Microsoft, and others. Complete solutions to every programming problem is provided in clear explanations and easy to read C++11 code.If you are learning to code then this book provides a great ... Read more

    1,99 €

  • C++项目开发全程实录(第3版)

    by 明日科技 ...
    《C++项目开发全程实录(第3版)》精选 C++开发方向的 10个热门应用项目,实用性非常强。这些项目包含:阅界藏书管理系统、软件注册码生成专家、系统优化清理助手、悦看多媒体播放器、FTP文件管理系统、网络五子棋、坦克动荡游戏、桌面破坏王游戏、一站式文档管家、股票数据抓取分析系统。本书从软件工程的角度出发,按照项目开发的顺序,系统、全面地讲解每一个项目的开发实现过程。体例上,每章一个项目,统一采用“开发背景→系统设计→技术准备→各功能模块实现→项目运行→源码下载”的形式完整呈现项目,给读者明确的成就感,可以让读者快速积累实际项目经验与技巧,早日实现就业目标。 ... Read more

    10,25 €

  • Starting to Unit Test

    Not as Hard as You Think

    by Erik Dietrich ...
    Unit testing. You've heard the term. Probably a lot.You know you should probably figure out how it works, since everyone's always talking about it and a lot of companies require developers to know it.But you don't really know it and you're worried that you'll look uninformed if you cop to not knowing it.Well, relax. This book assumes you have absolutely no idea how it works and walks you through ... Read more

    4,54 €

  • Minimal CMake

    Learn the best bits of CMake to create and share your own libraries and applications

    Design, build, and share cross-platform software effortlessly, and enhance your development workflow with this hands-on guideKey FeaturesUnlock efficient cross-platform builds with streamlined CMake setupsLearn CMake's most powerful features for streamlined software development from a seasoned game and engine developerCreate and distribute an application with step-by-step instructions, practical ... Read more

    25,75 € or Free with Kobo Plus

  • Building a Debugger

    Write a Native x64 Debugger From Scratch

    by Sy Brand ...
    Master the inner workings of your x64 Linux system and expand your OS expertise by writing your very own debugger using C++.If debuggers seem like magic to you, there is no better way to demystify them than to write your own. This book will show you exactly how to do it, walking you through the entire process of building a debugger for x64 Linux systems using C++. As go from an empty filesystem ... Read more

    32,74 €

  • Modern CMake for C++

    Effortlessly build cutting-edge C++ code and deliver high-quality solutions

    Gain proficiency in CMake and unlock the complete potential of C++ to develop exceptional projects Get With Your Book: PDF Copy, AI Assistant, and Next-Gen Reader FreeKey FeaturesGet to grips with CMake and take your C++ development skills to enterprise standardsUse hands-on exercises and self-assessment questions to lock-in your learningUnderstand how to build in an array of quality checks and ... Read more

    28,61 € or Free with Kobo Plus

  • C++ Fundamentals

    C++ is a computer programming language based on C. It was designed for several different reasons to write the programs. During the 1990s, C++ had become one of the globe's most widely implemented programming languages. Bjarne Stroustrup evolved the C++ programming language at Bell Labs in the 1980s and was initially termed as C with classes.The language was planned as an upgrade of C programming, ... Read more

    2,99 €

  • Game Programming in C++

    Creating 3D Games

    by Sanjay Madhav ...
    Series series Game Design
    Program 3D Games in C++: The #1 Language at Top Game Studios WorldwideC++ remains the key language at many leading game development studios. Since it’s used throughout their enormous code bases, studios use it to maintain and improve their games, and look for it constantly when hiring new developers. Game Programming in C++ is a practical, hands-on approach to programming 3D video games in C++. ... Read more

    38,15 €

  • 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

    6,46 €

  • Functional Reactive Programming

    SummaryFunctional Reactive Programming teaches the concepts and applications of FRP. It offers a careful walk-through of core FRP operations and introduces the concepts and techniques you'll need to use FRP in any language.About the TechnologyToday's software is shifting to more asynchronous, event-based solutions. For decades, the Observer pattern has been the go-to event infrastructure, but it ... Read more

    57,30 €

  • Programming with Types

    Examples in TypeScript

    by Vlad Riscutia ...
    SummaryProgramming with Types teaches you to design safe, resilient, correct software that’s easy to maintain and understand by taking advantage of the power of strong type systems. Designed to provide practical, instantly useful techniques for working developers, this clearly written tutorial introduces you to using type systems to support everyday programming tasks.About the technologyCommon ... Read more

    57,30 €

  • Parallel and High Performance Computing

    Parallel and High Performance Computing offers techniques guaranteed to boost your code’s effectiveness.SummaryComplex calculations, like training deep learning models or running large-scale simulations, can take an extremely long time. Efficient parallel programming can save hours—or even days—of computing time. Parallel and High Performance Computing shows you how to deliver faster run-times, ... Read more

    79,07 €