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 €

  • 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 €

  • 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

  • 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 €

  • 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 €

  • 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 €

  • Ajax on Java

    The Essentials of XMLHttpRequest and XML Programming with Java

    This practical guide shows you how to make your Java web applications more responsive and dynamic by incorporating new Ajaxian features, including suggestion lists, drag-and-drop, and more. Java developers can choose between many different ways of incorporating Ajax, from building JavaScript into your applications "by hand" to using the new Google Web Toolkit (GWT).Ajax on Java starts with an ... Read more

    16,42 €

  • C/C++代码调试的艺术

    by 张海洋著 ...
    本书围绕C/C++程序调试这一主题,系统深入地介绍了在Windows和Linux操作系统上如何高效地调试C/C++程序。本书分为11章,内容涵盖了程序调试的基本知识、Visual C++调试程序的基本功能与技巧、Linux系统中gdb工具的使用、死锁调试、动态库调试、内存泄漏检查、远程调试、崩溃转储文件分析、发行版调试,以及调试的高级话题和调试扩展方面的知识。本书作为学习C/C++调试技术的重要资料,讲解通俗易懂,选取的示例注重理论与实际的联系。无论是C/C++的初学者,还是经验丰富的开发人员,都会从中受益。 ... Read more

    20,42 €

  • C++ VS JAVA A PERFORMANCE DEEPDIVE

    Unraveling the Performance Characteristics of C++ and Java for High-Performance Computing

    In the ever-evolving landscape of high-performance computing, the choice of programming language can profoundly impact a project's success. C++ and Java, two titans of the programming world, offer distinct approaches to tackling performance-critical challenges. This book, "C++ vs. Java: A Performance Deep Dive," aims to equip you with the knowledge and insights necessary to navigate this complex ... Read more

    2,56 € or Free with Kobo Plus

  • Computer Programming

    A Step-by-Step Guide from Beginner to Advanced in Python, SQL, C++, C#, Raspberry Pi, and Python Data Science

    by VERA POE ...
    Dive into the expansive realm of computer programming with 'Computer Programming' This comprehensive guide offers a step-by-step journey from beginner to advanced levels, covering key languages and technologies essential for a thriving programming career.The book is a gateway to unlocking proficiency in Python, the consistently top-ranked programming language, providing insights into its ... Read more

    9,09 € or Free with Kobo Plus

  • C++ Programming in easy steps, 7th edition

    by Mike McGrath ...
    Series series In Easy Steps
    C++ Programming in easy steps, 7th edition is a perfect companion for anyone wanting to master key concepts of one of the most powerful programming languages. Using examples and colorized source code, it’ll walk you through each aspect of C++ with clarity.Set up and Get Started. Install a free C++ compiler and download the free source code.Learn by Doing. From variables and arithmetic to strings, ... Read more

    18,31 €

  • Collection of Arduino Projects

    This book is a collection of my best publications old and new on projects made with the Arduino UNO board or with the Arduino IDE programming tool: 1) ASTRONOMICAL CLOCK: This is a clock and calendar, also we can see on the TFT screen the astronomical data of the Moon in real time, making use of the DS3231 clock module; 2) RF REMOTE CONTROL: RF Remote Control: This project shows us how we control ... Read more

    19,71 €

  • CMake Best Practices

    Upgrade your C++ builds with CMake for maximum efficiency and scalability

    Discover practical tips and techniques for leveraging CMake to optimize your software development workflowKey FeaturesMaster CMake, from basics to advanced techniques, for seamless project managementGain practical insights and best practices to tackle real-world CMake challengesImplement advanced strategies for optimizing and maintaining large-scale CMake projectsPurchase of the print or Kindle ... Read more

    24,79 € or Free with Kobo Plus

  • DFRobot Romeo V2 Development Workshop

    DFRobot Romeo V2 is development board based Arduino Leonardo and designed for Robot development. This book helps you to get started with DFRobot Romeo V2 development. The following is a list of highlight topics:Preparing Development EnvironmentSetting Up DFRobot Romeo V2Writing and Reading Digital DataSerial Communication (UART)PWM and Analog InputWorking with I2CWorking with SPIAccessing EEPROMWi ... Read more

    2,80 €

  • Eingebettetes Machine Learning Vereinfacht Von Sensordaten zu Intelligenten Entscheidungen auf Ressourcenbeschränkter Hardware

    Was, wenn dein Mikrocontroller — kleiner als ein Fingernagel und teurer als eine Tasse Kaffee — lernen könnte, Bewegungen zu erkennen, Anomalien zu filtern und Entscheidungen in Echtzeit zu treffen?Willkommen in der Werkstatt des eingebetteten Machine Learnings. Dieses Buch ist kein theoretischer Abriss über neuronale Netze in der Cloud. Es ist ein pragmatisches Handbuch für Entwickler, die wissen ... Read more

    12,99 €

  • Unreal Engine 5 Performance Optimization Cookbook

    Over 60 proven recipes for rendering, AI, memory, and game performance in UE5

    Master performance optimization in Unreal Engine 5 with over 60 expert recipes covering profiling, rendering, memory, and platform-specific tuning used by professional game studios Free with your book: DRM-free PDF version + access to Packt's next-gen Reader\*Key FeaturesIdentify and eliminate CPU/GPU bottlenecks using UE5 profiling tools and CI automationTune Nanite, Lumen, and Virtual Shadow ... Read more

    22,89 €

    PRE-ORDER

  • Einstieg in C++

    Ideal zum Programmieren lernen

    by Thomas Theis ...
    Der leichte Einstieg in die C++-ProgrammierungSteigen Sie ein in die C++-Entwicklung. Sie lernen die Sprachgrundlagen und alle wichtigen Themen wie Vererbung, Objektorientierung, Polymorphie, GUI-Entwicklung und Datenbanken. Anschauliche Erklärungen, praxisnahe Beispiele und Übungen begleiten Sie von den ersten Schritten bis zum fertigen Programm. Kenntnisse in C oder einer anderen Sprache werden ... Read more

    22,46 €

  • C++ High Performance

    Boost and optimize the performance of your C++17 code

    Write code that scales across CPU registers, multi-core, and machine clustersKey Features\[\*\]Explore concurrent programming in C++\[\*\]Identify memory management problems\[\*\]Use SIMD and STL containers for performance improvementBook DescriptionC++ is a highly portable language and can be used to write both large-scale applications and performance-critical code. It has evolved over the last ... Read more

    29,56 € or Free with Kobo Plus

  • 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.Key Features\[\*\] 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 libraryBook DescriptionMost ... Read more

    29,56 € or Free with Kobo Plus

  • C# for beginners

    A step-by-step guide to developing professional and modern applications

    by Vere salazar ...
    Do you want to learn C# programming from scratch?Are you looking for a practical and easy-to-follow guide to build your own applications? If yes, then this book is for you. “C# for Beginners” is a comprehensive and engaging guide that teaches you the fundamentals and best practices of C# programming. This book will help you develop your coding skills and confidence, as well as prepare you for a ... Read more

    9,09 € or Free with Kobo Plus

  • Make: Bluetooth

    Bluetooth LE Projects with Arduino, Raspberry Pi, and Smartphones

    This book is where your adventures with Bluetooth LE begin. You'll start your journey by getting familiar with your hardware options: Arduino, BLE modules, computers (including Raspberry Pi!), and mobile phones. From there, you'll write code and wire circuits to connect off-the-shelf sensors, and even go all the way to writing your own Bluetooth Services. Along the way you'll look at lightbulbs, ... Read more

    10,38 €

  • Programación en MikroC para PIC y ARM.

    El eje central del libro es la programación en C para PIC y para la arquitectura de ARM con el compilador MikroC Pro de MikroElektronikaCompilador largamente probado y sin duda una de las herramientas que junto con los compiladores oficiales de las correspondientes marcas generan código confiable y muy eficiente en el uso de los recursos de los microcontroladores.MikroC ofrece gran cantidad de ... Read more

    36,49 €