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 & C++ eBooks

If you like C & C++ eBooks, then you'll love these top picks.
Showing 1 - 24 of 784 Results
Skip side bar filters
  • Hands-On RTOS with Microcontrollers

    Building real-time embedded systems using FreeRTOS, STM32 MCUs, and SEGGER debug tools

    by Brian Amos ...
    Build reliable real-time embedded systems with FreeRTOS using practical techniques, professional tools, and industry-ready design practicesKey FeaturesGet up and running with the fundamentals of RTOS and apply them on STM32Develop FreeRTOS-based applications with real-world timing and task handlingUse advanced debugging and performance analysis tools to optimize applicationsBook DescriptionA real ... Read more

    $43.19 USD

  • 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

    $52.19 USD

  • C++ in Embedded Systems

    A practical transition from C to modern C++

    Go beyond C by applying modern C++ in embedded systems to enhance code readability, maintainability, and scalabilityKey FeaturesBridge the gap between C and modern C++ for embedded systems through practical examplesLearn how to save memory and cut down on runtime computing using compile-time computation techniquesImprove your software design skills by applying patterns to solve common problems in ... Read more

    $35.99 USD

  • Programming Rust

    Systems programming provides the foundation for the world's computation. Writing performance-sensitive code requires a programming language that puts programmers in control of how memory, processor time, and other system resources are used. The Rust systems programming language combines that control with a modern type system that catches broad classes of common mistakes, from memory management ... Read more

    $48.99 USD

  • C++ 入門指南

    由基礎走向完整 Qt 專案的 MVC 開發模式

    C++ 為熱門的程式語言之一,中英文學習資源都琳瑯滿目,無論是網路上免費的或是書店裡販賣的書籍,讀者可以找到各式各類的教材,入門書籍方面,惟獨缺少直接帶領讀者學習開發軟體的教材,此亦本書的設計理念,希望藉由帶領讀者開發簡單的應用軟體,以此帶給讀者完整的軟體開發觀念。本書分成三大部分,每一部分又分成 8 到 13 個單元- 基礎篇- 軟體開發篇- GUI 篇由基礎篇 13 個單元開始,帶領讀者使用跨平台的編譯器 GCC 編譯程式,並依序漸進熟悉 C++ 的基本語法後,進入軟體開發篇 11 個單元,由常見的 MVC 開發模式先發展 M 的部分,也就是計算核心 Encrypt 類別,接著進入 GUI 篇 8 個單元發展 V 跟 C 的部分,使用 Qt Creator 及 QML 設計圖形介面,最後將 M 、 V 、 C 組合成完整的應用軟體。這樣的教學模式,其重點在引導讀者開發簡單的圖形介面程式 ... Read more

    $6.99 USD

  • Beginning Programming with C++ For Dummies

    Learn to program with C++ quickly with this helpful For Dummies guideBeginning Programming with C++ For Dummies, 2nd Edition gives you plain-English explanations of the fundamental principles of C++, arming you with the skills and know-how to expertly use one of the world's most popular programming languages. You'll explore what goes into creating a program, how to put the pieces together, learn ... Read more

    $25.19 USD

  • Leer End to End programmeren

    Media player app voor mobiel, desktop en browser

    Leer End to End programmeren, een how to guide voor het schrijven van een complete applicatie. Je leert met Qt een applicatie te maken die kan connecten via een api om youtube video's te downloaden en af te spelen ik de app. ... Read more

    $43.69 USD

  • C Programming For Dummies

    by Dan Gookin ...
    Get an A grade in CAs with any major language, mastery of C can take you to some very interesting new places. Almost 50 years after it first appeared, it's still the world's most popular programming language and is used as the basis of global industry's core systems, including operating systems, high-performance graphics applications, and microcontrollers. This means that fluent C users are in big ... Read more

    $25.19 USD

  • Hands-On Data Structures and Algorithms with Rust

    Learn programming techniques to build effective, maintainable, and readable code in Rust 2018

    Design and implement professional level programs by exploring modern data structures and algorithms in Rust.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 analysis, in a clear, ... Read more

    $27.59 USD

  • C++ in One Hour a Day, Sams Teach Yourself

    Series series Sams Teach Yourself
    Learn C++ programming at your own pace—Covers modern C++ 20Starting with one hour a day, you can gain all the skills you need to begin programming in C++. This complete tutorial will help you quickly master the basics of object-oriented programming and teach you advanced C++ language features and concepts. Fully updated for the C++20 standard, this practical book is designed to help you write C++ ... Read more

    $34.59 USD

  • Update to Modern C++

    by James Raynard ...
    Are you an experienced C++ programmer, but you have not used the language for several years? You may have heard that there have been many changes to C++ over the last decade or so, but you have not had time to keep up with them. Besides, your C++ skills may have gone a little rusty due to lack of use, and perhaps there were one or two things you never quite grasped the first time round.I was in ... Read more

    $8.09 USD

  • C++: A Beginner's Guide, Second Edition

    Series series Beginner's Guide
    Essential skills made easy! Written by Herb Schildt, the world’s leading programming author, this step-by-step book is ideal for first-time programmers or those new to C++. The modular approach of this series, including sample projects and progress checks, makes it easy to learn to use C++ at your own pace. ... Read more

    $27.89 USD

  • Qt 6 C++ GUI Programming Cookbook

    Practical recipes for building cross-platform GUI applications, widgets, and animations with Qt 6

    by Lee Zhi Eng ...
    Use Qt 6 to design and build functional, appealing, and user-friendly graphical user interfaces (GUIs) for your applicationsKey FeaturesLearn to use Qt 6 to design and customize the look and feel of your applicationsImprove the visual quality of an application by using graphics rendering and animationUnderstand the balance of presentation and web content that will make an application appealing yet ... Read more

    $33.29 USD

  • Practical C Programming

    Why Does 2+2 = 5986?

    There are lots of introductory C books, but this is the first one that has the no-nonsense, practical approach that has made Nutshell Handbooks® famous.C programming is more than just getting the syntax right. Style and debugging also play a tremendous part in creating programs that run well and are easy to maintain. This book teaches you not only the mechanics of programming, but also describes ... Read more

    $20.19 USD

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

    by Mike McGrath ...
    Series series In Easy Steps
    C++ Programming in easy steps instructs you how to program in the powerful C++ language, giving complete examples that illustrate each aspect with full colour screenshots and colourised code.Now, in its fourth edition, C++ Programming in easy steps begins by explaining how to download and install a free C++ compiler so you can quickly begin to create your own executable programs by copying the ... Read more

    $14.62 USD

  • C++ Cookbook

    Solutions and Examples for C++ Programmers

    Despite its highly adaptable and flexible nature, C++ is also one of the more complex programming languages to learn. Once mastered, however, it can help you organize and process information with amazing efficiency and quickness.The C++ Cookbook will make your path to mastery much shorter. This practical, problem-solving guide is ideal if you're an engineer, programmer, or researcher writing an ... Read more

    $28.79 USD

  • The Art of Writing Efficient Programs

    An advanced programmer's guide to efficient hardware utilization and compiler optimizations using C++ examples

    Become a better programmer with performance improvement techniques such as concurrency, lock-free programming, atomic operations, parallelism, and memory management Key Features • Learn proven techniques from a heavyweight and recognized expert in C++ and high-performance computing • Understand the limitations of modern CPUs and their performance impact • Find out how you can avoid writing ... Read more

    $32.39 USD

  • C#: A Step-by-Step Guide for Absolute Beginners to Master C# Programming from the Ground Up

    by Chloe Annable ...
    Series series Computer Programming
    Are you on the hunt for a coding language that aligns perfectly with your goals?Do you dream of crafting your own websites or desktop applications?Look no further – "C#: A Step-by-Step Guide for Absolute Beginners to Master C# Programming from the Ground Up" is your ideal starting point!Whether you're a coding newcomer or a seasoned programmer eager to delve into C#, this comprehensive guide is ... Read more

    $11.19 USD

  • C++ Templates

    The Complete Guide

    Templates are among the most powerful features of C++, but they remain misunderstood and underutilized, even as the C++ language and development community have advanced. In C++ Templates, Second Edition, three pioneering C++ experts show why, when, and how to use modern templates to build software that’s cleaner, faster, more efficient, and easier to maintain.Now extensively updated for the C++11, ... Read more

    $69.29 USD

  • Unreal Engine 4 Shaders and Effects Cookbook

    Over 70 recipes for mastering post-processing effects and advanced shading techniques

    Build optimized, efficient, and real-time applications that are production-ready using Unreal Engine s Material EditorKey FeaturesCreate stunning visual effects for 3D games and high-quality graphicsDesign efficient Shaders for mobile platforms without sacrificing their realismDiscover what goes into the structure of Shaders and why lighting works the way it doesBook DescriptionUnreal Engine 4 is ... Read more

    $35.99 USD

  • Practical C Programming

    Solutions for modern C developers to create efficient and well-structured programs

    by B. M. Harwani ...
    A comprehensive guide with practical instructions for learning data structures, low-level programming, high-performance computing, networking and IoT to help you understand the latest standards in C programming such as C11 and C18Key FeaturesTackle various challenges in C programming by making the most of its latest featuresUnderstand the workings of arrays, strings, functions, pointers, advanced ... Read more

    $24.69 USD

  • Arduino Projects for Amateur Radio

    BOOST YOUR HAM RADIO'S CAPABILITIES USING LOW-COST ARDUINO MICROCONTROLLER BOARDS!Do you want to increase the functionality and value of your ham radio without spending a lot of money? This book will show you how! Arduino Projects for Amateur Radio is filled with step-by-step microcontroller projects you can accomplish on your own--no programming experience necessary.After getting you set up on an ... Read more

    $23.99 USD

  • Practical Game Design

    Learn the art of game design through applicable skills and cutting-edge insights

    Design accessible and creative games across genres, platforms, and development realitiesKey FeaturesImplement the skills and techniques required to work in a professional studioAce the core principles and processes of level design, world building, and storytellingDesign interactive characters that animate the gaming worldBook DescriptionIf you are looking for an up-to-date and highly applicable ... Read more

    $50.39 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.79 USD