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 597 resultados
Skip side bar filters
  • Enciclopedia del lenguaje C++. 2ª edición

    Lenguaje de programación C++ estándar. Programación básica. Programación orientada a objetos. Clases. Operadores sobrecargados. Clases derivadas. Plantillas. Excepciones. Flujos de E/S. Estructuras dinámicas. Algoritmos. Más de 270 ejercicios resueltos. ... Leer más

    $15,426 CLP o gratis con Kobo Plus

  • C++程序设计教程

    本书是C++程序设计的入门书籍,适合初学者使用。全书共11章,第1章主要介绍C++对C语言的扩充;第2~5章主要介绍C++的核心知识,包括类与对象、运算符重载、继承与派生、多态与虚函数;第6~7章主要介绍模板与STL;第8~9章主要介绍C++的I/O流和异常;第10章主要介绍C++11新特性;第11章带领读者开发一个综合项目——酒店管理系统,让读者将前面所学知识融会贯通,并了解实际项目的开发流程。 ... Leer más

    $14,128 CLP

  • Android NDK Game Development Cookbook

    A systematic guide consisting of over 70 recipes which focus on helping you build portable mobile games and aims to enhance your game development skills with clear instructions.If you are a C++ developer who wants to jump into the world of Android game development and who wants to use the power of existing C++ libraries in your existing Android Java applications, then this book is for you. You ... Leer más

    $29,893 CLP o gratis con Kobo Plus

  • C++11

    Praxiswissen zum neuen Standard

    de Peter Pohmann ...
    Setzen Sie C++ 11 schon in Ihrer täglichen Arbeit ein? Warum eigentlich nicht? Der neue Standard enthält viele Erweiterungen, die Ihnen das Programmiererleben leichter und Ihre Anwendungen besser machen. Vom Schlüsselwort für undefinierte Zeiger über Lambda-Ausdrücke bis zur Unterstützung paralleler Programmierung. Eine ganze Menge davon ist auch schon in Visual Studio, gcc und anderen Compilern ... Leer más

    $16,810 CLP

  • Crushing The Technical Interview: Data Structures And Algorithms (C++ Edition)

    de Keith Henning ...
    Learn the process of interviewing for a software development role, how to prepare, and all the information you will need to make it through the data structures and algorithms interview.This book covers what to expect in each stage of the interview process, how to describe the complexity of an algorithm using Big-O notation, the basic software theories you will need to succeed, and how to answer ... Leer más

    $36,018 CLP

  • Hands-On Dependency Injection in Go

    Develop clean Go code that is easier to read, maintain, and test

    de Corey Scott ...
    Explore various dependency injection methods in Go such as monkey patching, constructor injection, and method injectionKey FeaturesLearn to evaluate Code UX and make it betterExplore SOLID principles and understand how they relate to dependency injectionUse Google's wire framework to simplify dependence managementBook DescriptionHands-On Dependency Injection in Go takes you on a journey, teaching ... Leer más

    $36,645 CLP o gratis con Kobo Plus

  • Projects With dsPIC30F2010 And dsPIC30F4013

    In this book, we will find exercises related to the theory, the basic fundamentals and more complex concepts to work with 16-bit microcontrollers: dsPIC30F2010 and dsPIC30F4013. If we want to carry out large projects, this is a good opportunity to know and learn to use these microcontrollers that, among other things, are used for the processing of digital signals. If you have many doubts related ... Leer más

    $12,921 CLP

  • C++ Programming in easy steps, 7th edition

    de Mike McGrath ...
    Series series In Easy Steps
    C++ Programming in easy steps, 7th edition is a perfect companion for anyone wanting to master key concepts of one of the most powerful programming languages. Using examples and colorized source code, it’ll walk you through each aspect of C++ with clarity.Set up and Get Started. Install a free C++ compiler and download the free source code.Learn by Doing. From variables and arithmetic to strings, ... Leer más

    $21,566 CLP

  • The Minimum You Need to Know About Qt and Databases

    de Roland Hughes ...
    This book shows the nitty-gritty of developing with Qt using PostgreSQL, Firebird, and SQLite databases. It also shows the developer how to create BOTH console and GUI Qt applications. Readers are shown how to do development with Qt Designer, Qt Creator, Qdevelop, Monkey Studio, and Eclipse under KUbuntu. Like most of the titles in this series this book attempts to teach by repeatedly ... Leer más

    $24,694 CLP

  • Learn LLVM 12

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

    de Kai Nacke ...
    Learn how to build and use all parts 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 effectively using LLVM libraries step-by-stepUnderstand LLVM compiler high-level design and apply the same principles to your own compilerUse compiler-based tools to improve the quality of code in ... Leer más

    $44,362 CLP o gratis con Kobo Plus

  • C++ Programming

    A Guide to Learn the Fundamentals of a Multi-Paradigm to Manage Data

    de MEGANE NOEL ...
    Series series computer science
    Why Should You Learn C++ at the Very Least?Even if you intend to use higher-level languages as your primary means of communication?C++ is the foundation of today's AI industry. Although AI scientists and data analysts may prefer simple language bindings such as Python, any serious project must have C++ at its core. Furthermore, many companies in the autonomous driving space will continue to use it ... Leer más

    $7,492 CLP o gratis con Kobo Plus

  • Game Development Patterns with Godot 4

    Create resilient game systems using industry-standard solutions in Godot

    Streamline game development with proven design patterns and create scalable, reliable architectures effortlesslyKey FeaturesSave time and avoid pitfalls in game development with proven design patternsLeverage the tools in the Godot editor to benefit from native implementations of design patterns such as the observer and singletonLearn SOLID principles and refactoring techniques to build scalable, ... Leer más

    $38,574 CLP o gratis con Kobo Plus

  • Getting Started with Qt 5

    Introduction to programming Qt 5 for cross-platform application development

    de Benjamin Baka ...
    Begin writing graphical user interface(GUI) applications for building human machine interfaces with a clear understanding of key concepts of the Qt frameworkKey FeaturesLearn how to write, assemble, and build Qt application from the command lineUnderstand key concepts like Signals and Slots in QtBest practices and effective techniques for designing graphical user interfaces using Qt 5Book ... Leer más

    $24,427 CLP o gratis con Kobo Plus

  • C++ Programming And Its Basics

    The Easiest Guide To Understand Basic Of C++ For Absolute Beginners | Learn & Master C++ Programming Language Quickly Even If You Have No Previous Experience

    de Maren Deleon ...
    A perfect way to have your resume outshine the rest...C++ programming is a system that offers usable techniques with which they can successfully implement a program that is tough enough to stand the test of time. With pertinent design and development information you can quickly grasp the concepts of C++ and begin to develop your own program that is fit for whatever purpose you require.With this ... Leer más

    $6,420 CLP o gratis con Kobo Plus

  • Ultimate Cyberwarfare for Evasive Cyber Tactics: Unravel the Techniques of Cyberwarfare, Hacktivism and Asymmetric Conflicts for Tactical Excellence with Real-world Use Cases and Strategic Insights

    de Chang Tan ...
    Attackers have to be only right once, but just one mistake will permanently undo them.Key Features● Explore the nuances of strategic offensive and defensive cyber operations, mastering the art of digital warfare● Develop and deploy advanced evasive techniques, creating and implementing implants on even the most secure systems● Achieve operational security excellence by safeguarding secrets, ... Leer más

    $21,382 CLP o gratis con Kobo Plus

  • C++ Functions and tutorial

    de Nino Paiotta ...
    In this text we are shown examples for both those who are just starting out in this language for intermediate programmers, in order to deepen the knowledge in a practical and therefore easy and fast learning, in fact, doing practical examples you can understand and learn quickly what you are seeing.In this text are presented 40 examples of functions and instructions are not very large to ... Leer más

    $4,277 CLP

  • Getting Started with LLVM Core Libraries

    This book is intended for enthusiasts, computer science students, and compiler engineers interested in learning about the LLVM framework. You need a background in C++ and, although not mandatory, should know at least some compiler theory. Whether you are a newcomer or a compiler expert, this book provides a practical introduction to LLVM and avoids complex scenarios. If you are interested enough ... Leer más

    $28,499 CLP o gratis con Kobo Plus

  • Data Structures and Algorithms with the C++ STL

    A guide for modern C++ practitioners

    de John Farrier ...
    Explore the C++ 23 STL with practical guidance on vectors, algorithms, and custom types for intermediate developers, enriched by real-world examples.Key FeaturesMaster the std::vector and understand why it should be your default container of choiceUnderstand each STL algorithm and its practical applicationsGain insights into advanced topics such as exception guarantees and thread safetyPurchase of ... Leer más

    $36,645 CLP o gratis con Kobo Plus

  • Unreal Engine Game Development Cookbook

    Over 40 recipes to accelerate the process of learning game design and solving development problems using Unreal Engine

    de John P. Doran ...
    Over 40 recipes to accelerate the process of learning game design and solving development problems using Unreal EngineKey FeaturesBook DescriptionUnreal Engine is powerful tool with rich functionalities to create games. It equips you with the skills to easily build mobile and desktop games from scratch without worrying about which platform they will run on. You can focus on the individual ... Leer más

    $44,362 CLP o gratis con Kobo Plus

  • Programming with Qt

    Writing Portable GUI applications on Unix and Win32

    The popular open source KDE desktop environment for Unix was built with Qt, a C++ class library for writing GUI applications that run on Unix, Linux, Windows 95/98, Windows 2000, and Windows NT platforms. Qt emulates the look and feel of Motif, but is much easier to use. Best of all, after you have written an application with Qt, all you have to do is recompile it to have a version that works on ... Leer más

    $27,773 CLP

  • Data Structures and Algorithm Analysis in C++, Third Edition

    Series series Dover Books on Computer Science
    With its focus on creating efficient data structures and algorithms, this comprehensive text helps readers understand how to select or design the tools that will best solve specific problems. It uses Microsoft C++ as the programming language and is suitable for second-year data structure courses and computer science courses in algorithm analysis.Techniques for representing data are presented ... Leer más

    $23,112 CLP

  • C++ Important Questions and Answers PDF

    Competitive Exam Questions for Class 8-12 & Chapter 1-18 Practice Tests (C++ Programming Notes for Beginners)

    de Arshad Iqbal ...
    Series series Programming Revision Guides
    The C++ Important Questions and Answers PDF: C++ Programming Competitive Exam Questions & Chapter 1-19 Practice Tests (Class 8-12 C++ Textbook Questions for Beginners) includes revision guide for problem solving with hundreds of solved questions. C++ Questions and Answers PDF book covers basic concepts, analytical and practical assessment tests. "C++ Quiz" PDF book helps to practice test questions ... Leer más

    $5,348 CLP o gratis con Kobo Plus

  • Asynchronous Programming with C++

    Build blazing-fast software with multithreading and asynchronous programming for ultimate efficiency

    Design and develop high-performance software solutions by using concurrent and asynchronous techniques provided by the most modern features in C++20 and C++23Key FeaturesLearn how to use modern C++ features, including futures, promises, async, and coroutines to build asynchronous solutionsDevelop cross-platform network and low-level I/O projects with Boost.AsioMaster optimization techniques by ... Leer más

    $32,787 CLP o gratis con Kobo Plus

  • Secure Coding in C and C++

    Series series SEI Series in Software Engineering
    Learn the Root Causes of Software Vulnerabilities and How to Avoid ThemCommonly exploited software vulnerabilities are usually caused by avoidable software defects. Having analyzed tens of thousands of vulnerability reports since 1988, CERT has determined that a relatively small number of root causes account for most of the vulnerabilities.Secure Coding in C and C++, Second Edition, identifies and ... Leer más

    $59,796 CLP