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 631
Skip side bar filters
  • Beginning C++23

    From Beginner to Pro

    Collection series Professional and Applied Computing (R0)
    Begin your programming journey with C++ , starting with the basics and progressing through step-by-step examples that will help you become a proficient C++ programmer. This book includes new features from the C++23 standard. All you need are Beginning C++23 and any recent C++ compiler and you'll soon be writing real C++ programs.There is no assumption of prior programming knowledge. All language ... En savoir plus

    56,33 €

  • Concurrent Programming Interviews

    A Practical Guide to Becoming the Standout Candidate

    par Bonan Liu ...
    Collection series Professional and Applied Computing (R0)
    Ace your software engineering job interviews by preparing yourself for the concurrent programming rounds. This book fills the gap in practical resources designated for concurrency interview prep. It simplifies complex concepts in C++ and provides example questions to help you approach your interview with confidence.Today, interviews for software engineering roles typically include several ... En savoir plus

    49,43 €

  • Mastering SFML Game Development

    Inject new life and light into your old SFML projects by advancing to the next level.

    Create complex and visually stunning games using all the advanced features available in SFML developmentKey Features\[\*\]Build custom tools, designed to work with your specific game.\[\*\]Use raw modern OpenGL and go beyond SFML.\[\*\]Revamp your code for better structural design, faster rendering, and flashier graphics.\[\*\]Use advanced lighting techniques to add that extra touch of ... En savoir plus

    28,73 € ou Gratuit avec Kobo Plus

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

  • Software Engineering Best Practices

    Lessons from Successful Projects in the Top Companies

    par Capers Jones ...
    Proven techniques for software engineering successThis in-depth volume examines software engineering topics that are not covered elsewhere: the question of why software engineering has developed more than 2,500 programming languages; problems with traditional definitions of software quality; and problems with common metrics, "lines of code," and "cost per defect" that violate standard economic ... En savoir plus

    73,22 €

  • C++ Programming Language: Simple, Short, and Straightforward Way of Learning C++ Programming

    This book is for absolute beginners with or without prior knowledge in programming, as this book uses Simple words, Short sentences, and Straightforward paragraphs. The triple S way of learning C++ programming. C++ (pronounced as cee plus plus) is a general-purpose programming language. The main object of C++ is to add object-orientation to its predecessor C language. C++ has imperative, object ... En savoir plus

    3,49 €

  • C# Basics For Absolute Beginners

    The Perfect Guide To Learn C# Programming Faster With Examples Made Easy For Absolute Beginners | Become Master Writing C# Code From Zero

    par Shannon Farrell ...
    Looking For An Easy To Follow and Comprehensive C\# Programming Guide?Without my book, most people spend too long trying to learn C\# the hard way. This book is the only one that will get you to learn C\# fast without wasting so much time. It includes four chapters that painlessly teach you the necessary skills to master C\# and to create your first apps.What you'll learn:An introduction to the C\ ... En savoir plus

    5,30 € ou Gratuit avec Kobo Plus

  • Learn Zig over Rust and C++

    par Annie Cal ...
    There's a question that's always been asked by systems programmers working in C++ and those working in Rust. Is there a way to control systems that doesn't mean choosing between power and predictability? Zig represents that path.The idea is pretty clear as really there's no such thing as hidden behaviour. Everything's totally clear about each allocation. Every error is given a name and can be ... En savoir plus

    25,99 € ou Gratuit avec Kobo Plus

  • Getting Started with Adafruit Trinket

    15 Projects with the Low-Cost AVR ATtiny85 Board

    par Mike Barela ...
    Arduino's ubiquity and simplicity has led to a gigantic surge in the use of microcontrollers to build programmable electronics project. Despite the low cost of Arduino, you're still committing about $30 worth of hardware every time you build a project that has an Arduino inside. This is where Adafruit's Trinket comes in. Arduino-compatible, one-third the price, and low-power, the Trinket lets you ... En savoir plus

    13,38 €

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

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

    21,52 €

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

    9,67 €

  • Learn LLVM 17

    A beginner's guide to learning LLVM compiler tools and core libraries with C++

    par Kai Nacke, Amy Kwan ...
    Learn how to build and use the complete spectrum of real-world compilers, including the frontend, optimization pipeline, and a new backend by leveraging the power of LLVM core librariesKey FeaturesGet to grips with using LLVM libraries step by stepUnderstand the high-level design of LLVM compilers and apply these principles to your own compilerAdd a new backend to target an unsupported CPU ... En savoir plus

    29,65 € ou Gratuit avec Kobo Plus

  • C--. Практика многопоточного программирования

    Язык С++ выбирают, когда надо создать по-настоящему молниеносные приложения. А качественная конкурентная обработка сделает их еще быстрее. Новые возможности С++17 позволяют использовать всю мощь многопоточного программирования, чтобы с легкостью решать задачи графической обработки, машинного обучения и др. Энтони Уильямс, эксперт конкурентной обработки, рассматривает примеры и описывает ... En savoir plus

    10,49 €

  • Optimized C++

    Proven Techniques for Heightened Performance

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

    34,19 €

  • NUnit Pocket Reference

    Up and Running with NUnit

    par Bill Hamilton ...
    Few .NET developers have the luxury of unlimited code testing once their application is complete, and rushing through the testing process is both problematic and stressful. The open source NUnit framework provides an excellent and efficient way to test and improve .NET code as it's written, saving hundreds of QA hours and headaches.NUnit is one of the most mature and widely-used .NET open source ... En savoir plus

    5,86 €

  • BAŞLANGIÇ DÜZEYİNDE C++ ÖĞRENİMİNE GİRİŞ

    Bu kitap kapsamında hiç bilmeyenlere hitap ederek "Merhaba Dünya" ile başlayarak C++ programlama dilinin temellerini anlatıp, okuuyucları bilgisayarın hafızasına düşük seviyeli müdahaleler yapabilecek seviyeye kadar getireceğiz.C++ eğitim kitabımızda;Hiç bilmeyen ve ilk kez programlamaya başlayan,Üniversitede programlamaya giriş dersi alan ve bu derse takviye amacıyla kaynak arayan,Programlamayı ... En savoir plus

    4,49 €

  • Programming 2D Games

    par Charles Kelly ...
    A First Course in Game ProgrammingMost of today's commercial games are written in C++ and are created using a game engine. Addressing both of these key elements, Programming 2D Games provides a complete, up-to-date introduction to game programming. All of the code in the book was carefully crafted using C++. As game programming techniques are intro ... En savoir plus

    113,92 €

  • Data Clustering in C++

    An Object-Oriented Approach

    par Guojun Gan ...
    Data clustering is a highly interdisciplinary field, the goal of which is to divide a set of objects into homogeneous groups such that objects in the same group are similar and objects in different groups are quite distinct. Thousands of theoretical papers and a number of books on data clustering have been published over the past 50 years. However, few books exist to teach people how to implement ... En savoir plus

    84,25 €

  • Building an RPG with Unreal 4.x

    Get to grips with building the foundations of an RPG using Unreal Engine 4.x

    Get to grips with building the foundations of an RPG using Unreal Engine 4.xKey FeaturesUtilize a mixture of C++, Blueprints, and UMG to create a role playing game (RPG) efficientlyCreate reusable code chunks and elements that can easily be integrated into other gamesA cost effective, step-by-step guide to building and customizing an entire framework for your RPGBook DescriptionNow that Unreal ... En savoir plus

    32,43 € ou Gratuit avec Kobo Plus

  • Particle Argon Development Workshop

    par Agus Kurniawan ...
    This book explores how to get started with Particle Argon board development. Various project samples are provided to accelerate your learning. The following is a list of higlight topics in this book.Preparing Development EnvironmentSetting Up Particle Argon DevelopmentBuild "hello world" program with Particle ArgonGPIO ProgrammingWorking with Serial CommunicationPWM and Analog InputWorking with ... En savoir plus

    2,80 €

  • Making Things Talk

    Using Sensors, Networks, and Arduino to See, Hear, and Feel Your World

    par Tom Igoe ...
    The workbenches of hobbyists, hackers, and makers have become overrun with microcontrollers, computers-on-a-chip that power homebrewed video games, robots, toys, and more. In Making Things Talk, Tom Igoe, one of the creators of Arduino, shows how to make these gadgets talk.Whether you need to connect some sensors to the Internet or create a device that can interact wirelessly with other creations, ... En savoir plus

    19,35 €

  • LLVM Cookbook

    Over 80 engaging recipes that will help you build a compiler frontend, optimizer, and code generator using LLVM

    Key FeaturesBook DescriptionThe book is for compiler programmers who are familiar with concepts of compilers and want to indulge in understanding, exploring, and using LLVM infrastructure in a meaningful way in their work. This book is also for programmers who are not directly involved in compiler projects but are often involved in development phases where they write thousands of lines of code. ... En savoir plus

    28,73 € ou Gratuit avec Kobo Plus

  • Refactoring with C++

    Explore modern ways of developing maintainable and efficient applications

    par Dmitry Danilov ...
    Improve readability and understandability of code using C++ best practicesKey FeaturesEnrich your coding skills using features from the modern C++ standard and industry approved librariesImplement refactoring techniques and SOLID principles in C++Apply automated tools to improve your code qualityPurchase of the print or Kindle book includes a free PDF eBookBook DescriptionDespite the prevalence of ... En savoir plus

    24,09 € ou Gratuit avec Kobo Plus

  • C++ Standard Library Extensions, The

    A Tutorial and Reference

    par Pete Becker ...
    "TR1 roughly doubles the size of the C++ standard library, and it introduces many new facilities and even new kinds of library components. TR1 has some classes, for example, where some nested types may or may not exist depending on the template arguments. To programmers whose experience stops with the standard library, this is strange and unfamiliar. This book is complete (it covers all TR1 ... En savoir plus

    50,05 €