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

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

  • 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

  • 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

    PHP1,063.99

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

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

    PHP1,382.76

  • 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

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

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

    PHP1,239.49

  • C++26 for Lazy Programmers

    Quick, Easy, and Fun C++ for Beginners

    by Will Briggs ...
    Series series Professional and Applied Computing (R0)
    Ready to learn programming with less effort and more fun? Then do it the lazy way! C++26 for Lazy Programmers uses humor and fun to make you actually willing to read and eager to do the projects as you master the popular and powerful C++ language.Along the way it introduces features from the new C++26 standard including increased support for compile-time computation with constexpr and static ... Read more

    PHP4,406.29

  • 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

    PHP1,109.99

  • 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

    PHP1,629.29 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

    PHP200.95

  • Getting Started with C++ Audio Programming for Game Development

    by David Gouveia ...
    This book is a standard tutorial targeted at game developers which aims to help them incorporate audio programming techniques to enhance their gameplay experience. This book is perfect for C++ game developers who have no experience with audio programming and who would like a quick introduction to the most important topics required to integrate audio into a game. ... Read more

    PHP1,462.39 or Free with Kobo Plus

  • Expert C++

    Become a proficient programmer by learning coding best practices with C++17 and C++20's latest features

    Design and architect real-world scalable C++ applications by exploring advanced techniques in low-level programming, object-oriented programming (OOP), the Standard Template Library (STL), metaprogramming, and concurrencyKey FeaturesDesign professional-grade, maintainable apps by learning advanced concepts such as functional programming, templates, and networkingApply design patterns and best ... Read more

    PHP1,690.19 or Free with Kobo Plus

  • 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

    PHP1,551.39

    PRE-ORDER

  • Rust for C++ Developers

    Leverage your C++ expertise to write safer and faster systems code in Rust

    by Dan Olson ...
    Transition from C++ to Rust with ease by learning how to write safe, modern systems code using familiar examplesKey FeaturesCompare Rust and C++ side by side to accelerate your Rust learning curveUnderstand Rust’s memory safety, concurrency, and project structure in practical termsBuild and convert real-world programs while adopting modern Rust idiomsPurchase of the print or Kindle book includes a ... Read more

    PHP1,690.19 or Free with Kobo Plus

  • Unreal Engine 5 Game Development with C++ Scripting

    Become a professional game developer and create fully functional, high-quality games

    Expand your UE5 game development skills by leveraging C++ scripting and improve your game development abilities by building a game from scratch Purchase of the print or Kindle book includes a free PDF eBookKey FeaturesLearn C++ programming as well as C++ scripting for Unreal Engine 5Practice the UE5 scripting APIs through a game project to improve your knowledge and skillsExplore essential ... Read more

    PHP1,836.89 or Free with Kobo Plus

  • Unreal Engine 4.x Scripting with C++ Cookbook

    Develop quality game components and solve scripting problems with the power of C++ and UE4

    Write efficient, reusable scripts to build custom characters, game environments, and control enemy AI Key FeaturesBuild captivating multiplayer games using Unreal Engine and C++Incorporate existing C++ libraries into your game to add extra functionality such as hardware integrationPractical solutions for memory management, error handling, inputs, and collision for your game codebaseBook ... Read more

    PHP1,690.19 or Free with Kobo Plus

  • 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

    PHP1,697.69

  • Hands-On Artificial Intelligence with Unreal Engine

    Everything you want to know about Game AI using Blueprints or C++

    Learn to build intelligent and responsive Non-Player Characters for your games with Unreal Engine Game AI.Key FeaturesUnderstand the built-in AI systems in Unreal Engine for building intelligent gamesLeverage the power of Unreal Engine 4 programming to create game AI that focuses on motion, animation, and tacticsLearn to profile, visualize, and debug your Game AI for checking logic and optimizing ... Read more

    PHP1,690.19 or Free with Kobo Plus

  • 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

    PHP1,873.79 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

    PHP1,873.79 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

    PHP615.37 or Free with Kobo Plus