Skip to main content

Panier

Vous profitez des avantages réservés aux VIP !

Article(s) non disponible(s) à la vente
Veuillez vérifier votre panier. Vous pouvez supprimer le ou les articles qui ne sont pas disponibles maintenant ou nous les supprimerons automatiquement au moment du règlement de la commande.
articlesarticle
articlesarticle

Recommandé pour vous

Loading...

eBooks C++

Si vous aimez les titres C++, vous allez adorer cette sélection.
Affichage des résultats 1 - 24 sur 630
Skip side bar filters
  • Modern C++ Programming

    par Orhan Gazi ...
    This book covers Modern C++ programming. The book is written in a neatly manner including the recent developments published in recent standards, C++11, C++17, C++20 and C++23. The book can be divided into two parts. The first part contains the classical programming units such as data types, loops, conditional statements, pointers etc. The second part of the book focuses on object oriented ... En savoir plus

    3,99 € ou Gratuit avec Kobo Plus

  • Environmental Monitoring with Arduino

    Building Simple Devices to Collect Data About the World Around Us

    After the devastating tsunami in 2011, DYIers in Japan built their own devices to detect radiation levels, then posted their finding on the Internet. Right now, thousands of people worldwide are tracking environmental conditions with monitoring devices they’ve built themselves. You can do it too!This inspiring guide shows you how to use Arduino to create gadgets for measuring noise, weather, ... En savoir plus

    4,02 €

  • 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 ... En savoir plus

    67,83 €

  • Programmez avec le langage C++

    par Mathieu Nebra ...
    Programmez avec le langage C++ fait découvrir en douceur le langage C++, la programmation orientée objet, le développement de fenêtres avec Qt, etc. Grâce à ce livre, le lecteur apprendra à manipuler les variables, les fonctions, les pointeurs ou les références ainsi qu'à compiler ses premiers programmes. Il s'initiera à la programmation orientée objet avec les classes, l'héritage, le ... En savoir plus

    8,49 €

  • Arduino MKR WIFI 1010 Development Workshop

    par 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 ... En savoir plus

    2,80 €

  • Atmospheric Monitoring with Arduino

    Building Simple Devices to Collect Data About the Environment

    Makers around the globe are building low-cost devices to monitor the environment, and with this hands-on guide, so can you. Through succinct tutorials, illustrations, and clear step-by-step instructions, you’ll learn how to create gadgets for examining the quality of our atmosphere, using Arduino and several inexpensive sensors.Detect harmful gases, dust particles such as smoke and smog, and upper ... En savoir plus

    3,63 €

  • C++ Programming with Artificial Intelligence (2026)

    Master C++ Programming with AI : Learn C++ in One Day with Hands-on Projects for Beginners!

    Unlock the World of C++ Programming: Your Fast-Track to Success!Are you eager to conquer C++ programming but daunted by its complexity? Or do you possess knowledge of other programming languages and wish to swiftly embrace the C++ programming language?Look no further – we proudly introduce: **C++ SwiftStart: Your Express Route to Mastering Programming** **Empower Your Learning with C++ SwiftStart ... En savoir plus

    27,29 € ou Gratuit avec Kobo Plus

  • C++ Primer Plus

    par Stephen Prata ...
    Collection series Developer's Library
    C++ Primer Plus, Sixth EditionNew C++11 CoverageC++ Primer Plus is a carefully crafted, complete tutorial on one of the most significant and widely used programming languages today. An accessible and easy-to-use self-study guide, this book is appropriate for both serious students of programming as well as developers already proficient in other languages.The sixth edition of C++ Primer Plus has ... En savoir plus

    37,41 €

  • C++ for the Impatient

    par Brian Overland ...
    A Ready Reference for C++C++ for the Impatient offers both the quickest way for busy programmers to learn the latest features of the C++ language and a handy resource for quickly finding answers to specific language questions. Designed to give you the most accurate and up-to-date information you require fast and to the point, this book is also an essential guide to the new C++11 standard, ... En savoir plus

    51,93 €

  • Beginning C++ Programming

    Modern C++ at your fingertips!

    par Richard Grimes ...
    Modern C++ at your fingertips!Key Features\[\*\] This book gets you started with the exciting world of C++ programming\[\*\] It will enable you to write C++ code that uses the standard library, has a level of object orientation, and uses memory in a safe and effective way\[\*\] It forms the basis of programming and covers concepts such as data structures and the core programming languageBook ... En savoir plus

    37,09 € ou Gratuit avec Kobo Plus

  • 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 ... En savoir plus

    36,38 € ou Gratuit avec Kobo Plus

  • Effective Modern C++

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

    par 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 ... En savoir plus

    29,46 €

  • Learning GDScript by Developing a Game with Godot 4

    A fun introduction to programming in GDScript 2.0 and game development using the Godot Engine

    par Sander Vanhove ...
    Learn the Godot 4 game engine and GDScript 2.0 as you build your own game and transform into a proficient programmer with this illustrated guideKey FeaturesLearn the fundamentals of programming as you write GDScript 2.0Explore the world of GDScript 2.0 with this comprehensive introduction to the languageWork with Godot 4’s robust features and built-in tools to create captivating 2D and 3D games, ... En savoir plus

    28,61 € ou Gratuit avec Kobo Plus

  • Effective STL

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

    par Scott Meyers ...
    Collection 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... ... En savoir plus

    47,69 €

  • C++

    CPP

    Great EBook for understanding about the OOPS,why object oriented programming required for better development approach and how it works. ... En savoir plus

    1,82 €

  • Godot 4 for Beginners

    Develop engaging 2D and 3D games with Godot 4's scripting and design features

    par Robert Henning ...
    Kickstart your game development journey with Godot 4 and create your own indie games from scratch in this part-color guide Free with your book: DRM-free PDF version + access to Packt's next-gen Reader\*Key FeaturesImplement custom scripts to control game logic and interactionsLearn coding, design, and game mechanics tailored for beginners in 2D and 3DBuild and release your own indie games, from ... En savoir plus

    31,79 € ou Gratuit avec Kobo Plus

  • 1000 C Sharp Dot NET (C#.NET) Interview Questions and Answers

    1000 most important and frequently asked questions and answers to crack the interview

    Knowledge for Free...Get that job, you aspire for!Want to switch to that high paying job? Or are you already been preparing hard to give interview the next weekend?Do you know how many people get rejected in interviews by preparing only concepts but not focusing on actually which questions will be asked in the interview?Don't be that person this time.This is the most comprehensive C#.NET interview ... En savoir plus

    2,72 €

  • C++ Software Design

    Design Principles and Patterns for High-Quality Software

    par Klaus Iglberger ...
    Good software design is essential for the success of your project, but designing software is hard to do. You need to have a deep understanding of the consequences of design decisions and a good overview of available design alternatives. With this book, experienced C++ developers will get a thorough, practical, and unparalleled overview of software design with this modern language.C++ trainer and ... En savoir plus

    29,03 €

  • 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 ... En savoir plus

    29,67 € ou Gratuit avec Kobo Plus

  • C++ Crash Course

    A Fast-Paced Introduction

    par Josh Lospinoso ...
    A fast-paced, thorough introduction to modern C++ written for experienced programmers. After reading C++ Crash Course, you'll be proficient in the core language concepts, the C++ Standard Library, and the Boost Libraries.C++ is one of the most widely used languages for real-world software. In the hands of a knowledgeable programmer, C++ can produce small, efficient, and readable code that any ... En savoir plus

    28,19 €

  • 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 ... En savoir plus

    29,46 €

  • Le guide de Lua et ses applications - Manuel de référence (2e édition)

    Comprendre l'esprit d'un langage est une chose, le mettre œuvre en est une autre. Ce manuel de référence vise à fournir des reponses précises et pratiques aux problématiques les plus courantes que vous rencontrerez en utilisant le langage de script Lua. En complément des solutions directement issues du langage, vous y trouverez des conseils pour utiliser au mieux les extensions les plus stables, ... En savoir plus

    23,99 €

  • Godot Engine Game Development Projects

    Build five cross-platform 2D and 3D games with Godot 3.0

    par Chris Bradfield ...
    A project based guides to learn animation, advanced shaders, environments, particle rendering, and networked games with Godot 3.0Key FeaturesLearn the art of developing cross-platform gamesLeverage Godot’s node and scene system to design robust, reusable game objectsIntegrate Blender easily and efficiently with Godot to create powerful 3D gamesBook DescriptionGodot Engine Game Development Projects ... En savoir plus

    30,73 € ou Gratuit avec Kobo Plus