Skip to main content

Carrito de compra

¡Obtienes el tratamiento VIP!

Artículos no disponibles para compra.
Por favor revisa tu carrito. Puedes eliminar los artículos no disponibles ahora o los eliminaremos nosotros automáticamente al momento de pagar.
artículosartículo
artículosartículo

Recomendado para ti

Loading...

eBooks de C++

Si te gustan los eBooks de C++, seguro que te encanta esta selección.
Mostrando 1 - 24 de 690 resultados
Skip side bar filters
  • C++ Concurrency in Action

    "This book should be on every C++ programmer’s desk. It’s clear, concise, and valuable." - Rob Green, Bowling Green State UniversityThis bestseller has been updated and revised to cover all the latest changes to C++ 14 and 17! C++ Concurrency in Action, Second Edition teaches you everything you need to write robust and elegant multithreaded applications in C++17.About the TechnologyYou choose C++ ... Leer más

    $68.99 USD

  • Effective Modern C++

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

    de 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 ... Leer más

    $33.11 USD

  • C++ For Dummies

    An accessible walkthrough of one of the world's most popular programming languages: C++C++ For Dummies is your from-scratch guide that explains the essentials of what you need to know to understand the language and build your very first program in C++. Bradley Jones, experienced programmer and coding educator, packs this edition with examples and clear demonstrations that explain the “why” and the ... Leer más

    $22.00 USD

  • C++ Templates

    The Complete Guide

    Templates are among the most powerful features of C++, but they remain misunderstood and underutilized, even as the C++ language and development community have advanced. In C++ Templates, Second Edition, three pioneering C++ experts show why, when, and how to use modern templates to build software that’s cleaner, faster, more efficient, and easier to maintain.Now extensively updated for the C++11, ... Leer más

    $62.36 USD

  • Build a 2.5D RPG with Godot 4 and C#

    Build a 2.5D World with Player Combat and Enemy AI

    godot 4 c# game development and 2.5d rpg tutorial.Learn to build a complete 2.5D RPG game with Godot 4 and C#. This hands-on guide covers tilemaps, dialogue systems, combat mechanics, inventory management, and save/load functionality. Step-by-step project for beginners to pros. Unlike C# 14 and .NET 10 – Modern Cross-Platform Development Fundamentals by [placeholder] or C# 12 and .NET 8 – Modern ... Leer más

    $4.99 USD

  • The C++ Programming Language

    The new C++11 standard allows programmers to express ideas more clearly, simply, and directly, and to write faster, more efficient code. Bjarne Stroustrup, the designer and original implementer of C++, has reorganized, extended, and completely rewritten his definitive reference and tutorial for programmers who want to use C++ most effectively.The C++ Programming Language, Fourth Edition, delivers ... Leer más

    $61.55 USD

  • Think Like a Programmer

    An Introduction to Creative Problem Solving

    The real challenge of programming isn't learning a language's syntax—it's learning to creatively solve problems so you can build something great. In this one-of-a-kind text, author V. Anton Spraul breaks down the ways that programmers solve problems and teaches you what other introductory books often ignore: how to Think Like a Programmer. Each chapter tackles a single programming concept, like ... Leer más

    $31.99 USD

  • Beginning C++ Programming

    Learn C++ Programming in the quickest time possible with this concise app that teaches you all the essentials about C++ programming. Written for people who have NO background in programming or are beginners. Beginning C++ Programming zooms in on the most essential concepts with EXAMPLES! We cover the following topics: Getting Started: Running your first C++ Program Variables Input and Output Using ... Leer más

    $2.69 USD

  • Godot 4 Game Development Projects

    Build five cross-platform 2D and 3D games using one of the most powerful open source game engines

    Learn to create interactive cross-platform games such as a 3D Minigolf, a 2D Arcade classic, and much more with the all-new Godot Engine 4.0 in this part-color guideKey FeaturesMaster the art of developing cross-platform gamesHarness the power of Godot's node and scene system to design robust and reusable game objectsEffortlessly and effectively integrate Blender into Godot to create powerful 3D ... Leer más

    $29.15 USD o gratis con Kobo Plus

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

    55 Specific Ways to Improve Your Programs and Designs

    de 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.... ... Leer más

    $42.92 USD

  • C++ Primer

    Bestselling Programming Tutorial and Reference Completely Rewritten for the New C++11 StandardFully updated and recast for the newly released C++11 standard, this authoritative and comprehensive introduction to C++ will help you to learn the language fast, and to use it in modern, highly effective ways. Highlighting today’s best practices, the authors show how to use both the core language and its ... Leer más

    $46.97 USD

  • Sams Teach Yourself C++ in One Hour a Day

    Series series Sams Teach Yourself
    Learn C++ in Just One Hour a Day Completely updated for the C++11 standard, Sams Teach Yourself C++ in One Hour a Day presents the language from a practical point of view, helping you learn how to use C++11 to create faster, simpler, and more efficient C++ applications. Master the fundamentals of C++ and object-oriented programming Understand how C++11 features help you write compact and ... Leer más

    $23.39 USD

  • C++ Crash Course

    A Fast-Paced Introduction

    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 ... Leer más

    $35.99 USD

  • Programming

    Principles and Practice Using C++

    An Introduction to Programming by the Inventor of C++Programming: Principles and Practice Using C++, Third Edition, will help anyone who is willing to work hard learn the fundamental principles of programming and develop the practical skills needed for programming in the real world. Previous editions have been used successfully by many thousands of students. This revised and updated editionAssumes ... Leer más

    $62.36 USD

  • Object-Oriented Programming in C++

    de Robert Lafore ...
    Object-Oriented Programming in C++ begins with the basic principles of the C++ programming language and systematically introduces increasingly advanced topics while illustrating the OOP methodology. While the structure of this book is similar to that of the previous edition, each chapter reflects the latest ANSI C++ standard and the examples have been thoroughly revised to reflect current ... Leer más

    $37.61 USD

  • A Tour of C++

    Series series C++ In-Depth Series
    The C++11 standard allows programmers to express ideas more clearly, simply, and directly, and to write faster, more efficient code. Bjarne Stroustrup, the designer and original implementer of C++, thoroughly covers the details of this language and its use in his definitive reference, The C++ Programming Language, Fourth Edition. In ***A Tour of C++***, Stroustrup excerpts the overview chapters ... Leer más

    $23.93 USD

  • C++ Without Fear: A Beginner's Guide That Makes You Feel Smart

    A Beginner's Guide That Makes You Feel Smart

    If you’ve always wanted to learn how to program a computer, or to learn the widely used C++ programming language in particular, C++ Without Fear, Second Edition, offers an ideal way to get you started.Written with the same approach that earned the first edition rave reviews, the author first emphasizes short, simple examples that are easy to enter; then, within a couple of chapters, he has you ... Leer más

    $18.17 USD

  • Windows® via C/C++

    Series series Developer Reference
    Master the intricacies of application development with unmanaged C++ code—straight from the experts. Jeffrey Richter’s classic book is now fully revised for Windows XP, Windows Vista, and Windows Server 2008. You get in-depth, comprehensive guidance, advanced techniques, and extensive code samples to help you program Windows–based applications.Discover how to:Architect and implement your ... Leer más

    $43.46 USD

  • Beginning C++ Game Programming

    Learn to program with C++ by building fun games

    de John Horton ...
    Get to grips with programming techniques and game development using C++ libraries and Visual Studio 2019Key FeaturesLearn game development and C++ with a fun, example-driven approachBuild clones of popular games such as Timberman, Zombie Survival Shooter, a co-op puzzle platformer, and Space InvadersDiscover tips to expand your finished games by thinking critically, technically, and creativelyBook ... Leer más

    $40.49 USD o gratis con Kobo Plus

  • 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 ... Leer más

    $27.00 USD o gratis con Kobo Plus

  • Arduino Mega 2560 A Hands-On Guide for Beginner

    This book helps you to get started with Arduino Mega 2560 development using Sketch program. The following is a list of highlight topics in this book:Preparing Development EnvironmentSetting Up Arduino Mega 2560Writing and Reading Digital DataSerial Communication (UART)PWM and Analog InputWorking with I2CWorking with SPIAccessing EEPROMSensing Temperature and Humidity with DHT Module ... Leer más

    $1.79 USD

  • 1000 CPP (C Plus Plus/ C++) Interview Questions and Answers

    1000 most important and frequently asked questions and answers to crack interviews

    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 CPP interview ... Leer más

    $2.69 USD

  • Beginning C++23

    From Beginner to Pro

    Series 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 ... Leer más

    $52.64 USD

  • C++ in One Hour a Day, Sams Teach Yourself

    Series series Sams Teach Yourself
    This is the eBook of the printed book and may not include any media, website access codes, or print supplements that may come packaged with the bound book.In just one hour a day, you’ll have all the skills you need to begin programming in C++. With this complete tutorial, you’ll quickly master the basics, and then move on to more advanced features and concepts. Completely updated for the C++14 ... Leer más

    $29.99 USD