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 638
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

  • Introduction to C++ Programming

    par Sham Tickoo ...
    Welcome to Introduction to C++ Programming, an example based textbook, written to cater to the needs of beginners and intermediate users. C++ is an object-oriented programming language, which is a preferred programming approach followed by the software industry. C++ enjoys the distinction of being the most popular and widely used OOP language in the world. The syntax, style, features and ... En savoir plus

    21,99 €

  • Mesos in Action

    par Roger Ignazio ...
    SummaryMesos in Action introduces readers to the Apache Mesos cluster manager and the concept of application-centric infrastructure. Filled with helpful figures and hands-on instructions, this book guides you from your first steps creating a highly-available Mesos cluster through deploying applications in production and writing native Mesos frameworks.About the TechnologyModern datacenters are ... En savoir plus

    54,06 €

  • Object Design Style Guide

    par Matthias Noback ...
    ”Demystifies object-oriented programming, and lays out how to use it to design truly secure and performant applications.” —Charles Soetan, Plum.ioKey FeaturesDozens of techniques for writing object-oriented code that’s easy to read, reuse, and maintainWrite code that other programmers will instantly understandDesign rules for constructing objects, changing and exposing state, and moreExamples ... En savoir plus

    54,06 €

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

  • Hands-On Embedded Programming with C++17

    Create versatile and robust embedded solutions for MCUs and RTOSes with modern C++

    par Maya Posch ...
    Build safety-critical and memory-safe stand-alone and networked embedded systemsKey FeaturesKnow how C++ works and compares to other languages used for embedded developmentCreate advanced GUIs for embedded devices to design an attractive and functional UIIntegrate proven strategies into your design for optimum hardware performanceBook DescriptionC++ is a great choice for embedded development, most ... En savoir plus

    32,43 € ou Gratuit avec Kobo Plus