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 634 Ergebnissen angezeigt
Skip side bar filters
  • Unity Android Game Development by Example Beginner's Guide

    von Thomas Finnegan
    Unity Android Game Development by Example Beginner's Guide consists of different game application examples. No prior experience with programming, Android, or Unity is required. You will learn everything from scratch and will have an organized flow of information specifically designed for complete beginners to Unity.Great for developers new to Unity, Android, or both, this book will walk you Lesen Sie mehr

    € 23,86

  • C++ Pocket Reference

    C++ Syntax and Fundamentals

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

    € 6,70

  • C++: Learn C++ Fast!

    A BEGINNER’S GUIDE

    von Tech Guru
    Learning C ++ can be a tough and time consuming process but if you are insistent in getting involved in this process, you will find it very engaging and fun. People familiar with other programming languages like Java, Python or Matlab find it comparatively easier to learn C ++. What distinguishes this programming language from the others is that it is one of the first few object oriented languages Lesen Sie mehr

    € 2,94

  • C++ Fundamentals

    Hit the ground running with C++, the language that supports tech giants globally

    Write high-level abstractions while retaining full control of the hardware, performances, and maintainability.Key FeaturesTransform your ideas into modern C++ code, with both C++11 and C++17Explore best practices for creating high-performance solutionsUnderstand C++ basics and work with concrete real-world examplesBook DescriptionC++ Fundamentals begins by introducing you to the C++ compilation Lesen Sie mehr

    € 20,78

  • Nim in Action

    von Dominik Picheta
    SummaryNim is a multi-paradigm language that offers powerful customization options with the ability to compile to everything from C to JavaScript. In Nim in Action you'll learn how Nim compares to other languages in style and performance, master its structure and syntax, and discover unique features.About the TechnologyNim is a multi-paradigm programming language that offers powerful Lesen Sie mehr

    € 50,83

  • Update to Modern C++

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

    € 8,49

  • 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

  • The Art of Concurrency

    A Thread Monkey's Guide to Writing Parallel Applications

    von Clay Breshears
    If you're looking to take full advantage of multi-core processors with concurrent programming, this practical book provides the knowledge and hands-on experience you need. The Art of Concurrency is one of the few resources to focus on implementing algorithms in the shared-memory model of multi-core processors, rather than just theoretical models or distributed-memory architectures. The book Lesen Sie mehr

    € 25,73

  • 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

  • Mastering Regular Expressions

    Understand Your Data and Be More Productive

    Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Perl, Python, Ruby, Java, VB.NET and C# (and any language using the .NET Framework), PHP, and MySQL.If you don't use regular expressions yet, you will discover in this book a whole new world of mastery over your data. If you 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

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

    50 Specific Ways to Improve Your Use of the Standard Template Library

    von Scott Meyers
    Serien series Addison-Wesley Professional Computing Series
    “This is Effective C++ volume three – it’s really that good.”– Herb Sutter, independent consultant and secretary of the ISO/ANSI C++ standards committee“There are very few books which all C++ programmers must have. Add Effective STL to that list.”– Thomas Becker, Senior Software Engineer, Zephyr Associates, Inc., and columnist, C/C++ Users JournalC++’s Standard Template L... Lesen Sie mehr

    € 44,54

  • C++ Data Structures and Algorithms

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

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

    € 30,68

  • Qt 5 and OpenCV 4 Computer Vision Projects

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

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

    € 27,71

  • C++ Template Metaprogramming in Practice

    A Deep Learning Framework

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

    € 152,08

  • Hybrid Genetic Optimization for IC Chips Thermal Control

    With MATLAB® Applications

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

    € 62,09

  • Programming Problems: A Primer for The Technical Interview

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

    € 1,99

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

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

    € 10,25

  • Programmare con C# 7

    Guida completa

    Il linguaggio di programmazione C# è il punto di riferimento della programmazione su piattaforma. NET da oltre 15 anni. È stato introdotto appositamente a tale scopo e ogni novità che riguarda la piattaforma è inclusa per prima in questo linguaggio, seguendo i bisogni della comunità degli sviluppatori. I sistemi operativi Microsoft Windows per PC e tablet e Windows Phone per smartphone sono basati Lesen Sie mehr

    € 34,99

  • Le guide de Lua et ses applications - Manuel d'apprentissage (2e édition)

    Saviez-vous que le langage de script Lua peut être dix à trente fois plus rapide que TCL, Perl, Python, Ruby ou PHP ? Compact, élégant, puissant, supporté par de nombreux outils et librairies, Lua est un langage à multifacette et à multiusage. De plus en plus utilisé dans l'industrie, notamment dans les systèmes embarqués et dans la production de jeux vidéo, il est facile à mettre en œuvre et Lesen Sie mehr

    € 23,99

  • Elevating Game Experiences with Unreal Engine 5

    Bring your game ideas to life using the new Unreal Engine 5 and C++

    Build real game projects and enhance your skills with step-by-step guidance using Unreal Engine and C++, covering animation, AI, UI, multiplayer, and essential game development techniques Key FeaturesBuild real games using Unreal Engine and C++ with step-by-step guidanceLearn core topics like animation, AI, UI/UX, multiplayer, and input systemsSolve common dev issues and stay current with evolving Lesen Sie mehr

    € 65,33

  • Learning Modern C++ for Finance

    von Daniel Hanson
    This practical book demonstrates why C++ is still one of the dominant production-quality languages for financial applications and systems. Many programmers believe that C++ is too difficult to learn. Author Daniel Hanson demonstrates that this is no longer the case, thanks to modern features added to the C++ Standard beginning in 2011.Financial programmers will discover how to leverage C++ Lesen Sie mehr

    € 30,13

  • Mastering C++ Network Automation

    Run Automation across Configuration Management, Container Orchestration, Kubernetes, and Cloud Networking

    von Justin Barbara
    50+ Sample Automation Programs across Configuration Management, Container Orchestration, Kubernetes, and Cloud NetworkingThis book is an in-depth guide for network administrators, cloud architects, and container and Kubernetes administrators who want to learn how to automate networking tasks in C++. From setting up a network automation environment to automating configuration management and working Lesen Sie mehr

    € 36,62