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 585 Ergebnissen angezeigt
Seitenleistenfilter überspringen
  • 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 Mehr lesen

    € 6,70

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

    55 Specific Ways to Improve Your Programs and Designs

    von Scott Meyers
    Series series Addison-Wesley Professional Computing Series
    “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.... Mehr lesen

    € 44,54

  • 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 Mehr lesen

    € 20,89

  • 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.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Mehr lesen

    € 39,64

  • 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 Mehr lesen

    € 48,50

  • 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 Mehr lesen

    € 8,49

  • 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 Mehr lesen

    € 25,73

  • 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 Mehr lesen

    € 2,80

  • Effective STL

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

    von Scott Meyers
    Series 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... Mehr lesen

    € 44,54

  • 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 Mehr lesen

    € 30,57

  • 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 Mehr lesen

    € 2,94

  • Angular JS for Beginners: Your Guide to Easily Learn Angular JS In 7 Days

    von i Code Academy
    This book contains the steps, strategies, and techniques you need to learn and use AngularJS, a well-supported and widely-used JavaScript framework for single page applications development. This training material was conceptualized and developed to help beginners of diverse backgrounds to master the powerful features of AngularJS and use them to make rich and dynamic web pages.Web developers, Mehr lesen

    € 9,49

  • 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 Mehr lesen

    € 26,61

  • 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 Mehr lesen

    € 30,57

  • C++ Easy To Understand Step By Step Guide

    A Guide for Beginners

    von Jacob Era
    Mastering C++ programming language can be a tough and time consuming task. However, if you have an interest in programming languages and you insist in mastering this programming language then it can be fun and engaging. C++ programming language is easier to learn for people who are already familiar with other programming language such as Python, Java or Matlab. The differentiating factor between C Mehr lesen

    € 2,94

  • 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 Mehr lesen

    € 28,59

  • Geräteübergreifende Entwicklung mit RAD Studio

    Serien Buch 228 - shortcuts
    Die Anforderung, Anwendungen plattform- und geräteübergreifend zu erstellen, ist heutzutage fast schon eine Selbstverständlichkeit für viele Entwickler. Natürlich kann man sich in vielen Fällen mit Web-Apps behelfen, doch manchmal muss es eben ein native Anwendung sein, die sich nahtlos in die User Experience der einzelnen Gerätearten und Betriebssysteme einfügt und dem Anwender so die gewohnte Mehr lesen

    € 4,99

  • Professional C# 6 and .NET Core 1.0

    von Christian Nagel
    A true professional's guide to C# 6Professional C# 6 and .NET Core 1.0 provides complete coverage of the latest updates, features, and capabilities, giving you everything you need for C#. Get expert instruction on the latest changes to Visual Studio 2015, Windows Runtime, ADO.NET, ASP.NET, Windows Store Apps, Windows Workflow Foundation, and more, with clear explanations, no-nonsense pacing, and Mehr lesen

    € 40,99

  • LINQ Programming

    von Joe Mayo
    Take your LINQ programming skills to the top tierResolve data format impedance mismatch with guidance from a C# expert and Microsoft MVP. LINQ Programming details cutting-edge techniques to effectively assimilate XML, SQL, ADO.NET, and unstructured data sources. Build powerful LINQ queries, handle hierarchical and relational data, use lambdas and expression trees, and develop multi-threaded Mehr lesen

    € 39,70

  • Teach Yourself C++

    von Al Stevens
    The e-book version of the highly successful 7th print edition of this work. You learn the C++ programming language by running exercises with the free Quincy IDE, which you can download for free. The lessons are incremental and each successive one builds upon knowledge you have learned up to that point.   Mehr lesen

    € 5,26

  • C++ Programming Language

    von N.B.L. Mathur
    Written by the inventor of the language, this book is the defining text on the language that has become central to software development over the past five years. This book is based on the C++ standard now being proposed with its many new language features--templates, exceptions, namespaces, and run-time type identification, to name a few. This book presents every major C++ language feature and the Mehr lesen

    € 70,72

  • Getting Started with Adafruit FLORA

    Making Wearables with an Arduino-Compatible Electronics Platform

    This book introduces readers to building wearable electronics projects using Adafruit's tiny FLORA board: at 4.4 grams, and only 1.75 inches in diameter, and featuring Arduino compatibility, it's the most beginner-friendly way to create wearable projects. This book shows you how to plan your wearable circuits, sew with electronics, and write programs that run on the FLORA to control the Mehr lesen

    € 10,33

  • C++ for Beginners

    The Complete Guide to Learn C++ Programming with Ease and Confidence

    von Lena Neill
    Do you need to handle large amounts of data in your work or hobbies?Do you want a powerful and dedicated programming language that can satisfy your requirements?You’ve come to the right place! This book is the perfect introduction for you. Filled with useful design and development tips, you’ll quickly learn the basics of C++ and start creating your own programs according to your needs. Its Mehr lesen

    € 10,54

  • Cinder Creative Coding Cookbook

    Full of easy-to-follow recipes and images that will teach powerful techniques and algorithms, building from basic projects to challenging applications. This book is for artists, designers, and programmers who have previous knowledge of C++, but not necessarily of Cinder. Mehr lesen

    € 29,47