Skip to main content

Warenkorb

Sie werden jetzt wie ein VIP behandelt!

Artikel nicht erhältlich
Bitte überprüfen Sie Ihren Warenkorb. Sie können nicht verfügbare Artikel jetzt entfernen. Andernfalls werden diese beim Bezahlen automatisch entfernt.
ElementeElement
ElementeElement

Empfehlungen für Sie

Loading...

C++ eBooks

Lesen Sie gerne eBooks aus der Kategorie C++? Dann werden Ihnen unsere Empfehlungen sicherlich gefallen.
Es werden 124 von 690 Ergebnissen angezeigt
Skip side bar filters
  • Arduino MKR WIFI 1010 Development Workshop

    von Agus Kurniawan
    Arduino MKR WIFI 1010 is a new Arduino board with WiFi capability that enables to build IoT application. This book helps you to get started with Arduino MKR WIFI 1010. The following is a list of topics in this book.Setting up Development EnvironmentSketch ProgrammingWorking with SPIWorking with I2CArduino WiFi NetworkingWorking with Internal RTC and Sleep Mode Lesen Sie mehr

    € 2,80

  • C++ Template Metaprogramming: Concepts, Tools, and Techniques from Boost and Beyond

    Concepts, Tools, and Techniques from Boost and Beyond

    C++ Template Metaprogramming sheds light on the most powerful idioms of today's C++, at long last delivering practical metaprogramming tools and techniques into the hands of the everyday programmer.A metaprogram is a program that generates or manipulates program code. Ever since generic programming was introduced to C++, programmers have discovered myriad "template tricks" for manipulating Lesen Sie mehr

    € 48,50

  • Effective Modern C++

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

    von 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 Lesen Sie mehr

    € 30,57

  • Effective C++: 55 Specific Ways to Improve Your Programs and Designs

    55 Specific Ways to Improve Your Programs and Designs

    von 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.... Lesen Sie mehr

    € 44,54

  • Beginning C++ Programming

    Learn C++ Programming in the quickest time possible with this concise app that teaches you all the essentials about C++ programming. Written for people who have NO background in programming or are beginners. Beginning C++ Programming zooms in on the most essential concepts with EXAMPLES! We cover the following topics: Getting Started: Running your first C++ Program Variables Input and Output Using Lesen Sie mehr

    € 2,73

  • C++11 for Programmers

    Serien series Deitel Developer Series
    In C++11 for Programmers, the Deitels bring their proven Live Code approach to teaching today’s powerful new version of the C++ language. Like all Deitel Developer titles, they teach the best way possible: via hundreds of complete example C++ programs, with thousands of lines of downloadable C++ source code. Unlike other C++11 books, this guide teaches robust, best-practice coding practices that Lesen Sie mehr

    € 39,48

  • Jumpstarting C

    von Wolfram Donat
    All Make Jumpstart books provide a quick way for makers to "jumpstart" their knowledge of a certain topic.Jumpstarting C takes the reader on a 50-page journey, from installing C on a Raspberry Pi, to creating their first "Hello World" program in C, to building and programming a handheld 4-color memory game using C, pushbuttons and LEDs. Lesen Sie mehr

    € 7,69

  • 3D Graphics Rendering Cookbook

    A comprehensive guide to exploring rendering algorithms in modern OpenGL and Vulkan

    Build a 3D rendering engine from scratch while solving problems in a step-by-step way with the help of useful recipesKey FeaturesLearn to integrate modern rendering techniques into a single performant 3D rendering engineLeverage Vulkan to render 3D content, use AZDO in OpenGL applications, and understand modern real-time rendering methodsImplement a physically based rendering pipeline from scratch Lesen Sie mehr

    € 32,66

  • Modern C++: Efficient and Scalable Application Development

    Leverage the modern features of C++ to overcome difficulties in various stages of application development

    Create apps in C++ and leverage its latest features using modern programming techniques.Key FeaturesDevelop strong C++ skills to build a variety of applicationsExplore features of C++17, such as containers, algorithms, and threadsGrasp the standard support for threading and concurrency and use them in basic daily tasksBook DescriptionC++ is one of the most widely used programming languages. It is Lesen Sie mehr

    € 35,74

  • Arduino Book for Beginners

    von Mike Cheich
    The Arduino platform is great because it allows anyone with a desire to build awesome things the ability to easily create a prototype using a subset of C and C++ programming and specific Arduino functions.The Arduino Book for Beginners is a tutorial style collection of lessons designed to be simple and easy to follow which uses only the most relevant circuits and programs and assumes nothing about Lesen Sie mehr

    € 9,02

  • Temel Seviye Arduino Uygulamaları

    Temel Seviye Elektronik bilgisi, kodlama ve yazılım bilgisi, Arduino kullanımı, sensörler ile çalışma gibi basit uygulamaları içeren ve Mikrodenetleyici dünyasına adım atmak isteyenler için güzel uygulamalar barındıran bir kitap. Lesen Sie mehr

    Kostenlos

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

    von Mike McGrath
    Serien series In Easy Steps
    C++ Programming in easy steps, 6th edition shows you how to program in the powerful C++ native system language. Now, in its sixth edition, this guide gives complete examples that illustrate each aspect with colorized source code. Updated for the latest GNU C Compiler and Visual Studio 2022.C++ Programming in easy steps, 6th edition begins by explaining how to install a free C++ compiler so you can Lesen Sie mehr

    € 15,83

  • C++ 入門指南

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

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

    € 6,61

  • Arduino para Principiantes

    Arduino forma parte del concepto de hardware y software libre y está abierto para uso y contribución de toda la sociedad. Arduino es una plataforma de prototipos electrónicos, creado en Italia, que consiste básicamente en una placa microcontrolador, con un lenguaje de programación en un entorno de desarrollo que soporta la entrada y salida de datos y señales. Fue creado en el año 2005 con el Lesen Sie mehr

    € 2,99

  • Debunking C++ Myths

    Embark on an insightful journey to uncover the truths behind popular C++ myths and misconceptions

    Explore the origins of C++ myths and their relevance today, learn to sidestep common pitfalls, and adopt modern best practices to master the evolving C++ programming landscapeKey FeaturesTrace the origins of C++ misconceptions and understand why they persistLearn to avoid pitfalls caused by misunderstood C++ standardsLeverage the lesser-known features of the C++ programming languagePurchase of the Lesen Sie mehr

    € 25,73

  • Learn C in 24 Hours: The Complete Beginner’s Guide

    Master Coding in 24 Hours

    von Aniket Jain
    Serien series Master Coding in 24 Hours
    Unlock the Power of C with Learn C in 24 Hours: The Complete Beginner's GuideYour ultimate roadmap to mastering C programming in just one day! Whether you're a beginner stepping into the coding world or looking for a refresher, this C for Beginners guide simplifies the learning process with a hands-on, easy-to-follow approach. Learn C programming like a pro, build a strong coding foundation, and Lesen Sie mehr

    € 0,99

  • C++ Networking 101

    This book is an invaluable resource for aspiring network administrators aiming to deepen their understanding of networking concepts while strengthening their C++ programming skills. Across eleven chapters, this book bridges the gap between network administration and programming, providing readers with a holistic approach to mastering network operations. Readers begin with a deep dive into network Lesen Sie mehr

    € 27,49

  • Uno Easy Starter Project : LED Cube Arduino Uno Building and Coding Project 3 Beginners Edition Ebonygeek45

    von Shannon Davis
    An Arduino Uno Easy Starter Project? Why not an LED Cube. It is the perfect next step to the led blink program. It will involve an Arduino Uno, building the cube, then programming(coding) the cube. Ebonygeek45 takes you through the whole process in Project 3 the Beginners Edition. The name of the book is: Uno Easy Starter Project : LED Cube Arduino Uno Building and Coding Project 3 Beginners Lesen Sie mehr

    € 4,99

  • Precious Ratios

    Fun with Numbers, #1

    Serien Buch 1 - Fun with Numbers
    For thousands of years mathematicians and artists studied the golden ratio. Later they developed the silver ratio. This book develops the general formula for creating any number of precious ratios, compatible with the ideas behind the golden and silver ratios. As an example, it shows how to create and compute the values of the iridium ratio and the platinum ratio. It includes C++ classes to Lesen Sie mehr

    € 3,49

  • FPGA EDA

    Design Principles and Implementation

    Serien series Computer Science (R0)
    This book focuses on FPGA EDA tools, the very foundation of FPGA technology. Instead of illustrating how to use them, this book dives into the tools themselves, revealing how these tools are being designed and how they may improve. Unlike other semiconductors, FPGA has a distinctive two-stage EDA system: chip design EDA and application design EDA.State-of-the-art algorithms, data models and design Lesen Sie mehr

    € 54,44

  • Smaller C

    von Marc Loy
    For makers looking to use the smallest microcontrollers or to wring the highest performance out of larger ones, the C language is still the best option. This practical book provides a solid grounding in C basics for anyone who tinkers with programming microcontrollers. You'll explore the many ways C enables developers and makers to get big results out of tiny devices.Author Marc Loy shows you how Lesen Sie mehr

    € 25,40

  • C++ Standard Library, The

    A Tutorial and Reference

    The Best-Selling C++ ResourceNow Updated for C++11The C++ standard library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components–and to benefit from their power–you need a resource that does far more than list the classes and their functions.The C++ Standard Library: A Tutorial Lesen Sie mehr

    € 45,75

  • The Complete C++ Programming Guide

    von gareth thomas
    Introducing Mastering C++ Programming for Beginners: Covering Core Concepts, Object-Oriented Programming, and Advanced Techniques—your complete guide to mastering C++ from the ground up!Why This Book?Whether you are new to programming or want to expand your knowledge with one of the most powerful and versatile languages, this book will take you through C++ step by step. From understanding basic Lesen Sie mehr

    € 9,49

  • Learning C by Example

    von Agus Kurniawan
    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. Lesen Sie mehr

    € 2,28