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 y C++

Si te gustan los eBooks de C y C++, seguro que te encanta esta selección.
Mostrando 25 - 48 de 884 resultados
Skip side bar filters
  • 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 ... Leer más

    $36.99 USD

  • C Programming

    What is C?C is a computer programming language. That means that you can use C to create lists of instructions for a computer to follow. C is one of thousands of programming languages currently in use. C has been around for several decades and has won widespread acceptance because it gives programmers maximum control and efficiency. C is an easy language to learn. It is a bit more cryptic in its ... Leer más

    Gratis

  • Practical C Programming

    Why Does 2+2 = 5986?

    There are lots of introductory C books, but this is the first one that has the no-nonsense, practical approach that has made Nutshell Handbooks® famous.C programming is more than just getting the syntax right. Style and debugging also play a tremendous part in creating programs that run well and are easy to maintain. This book teaches you not only the mechanics of programming, but also describes ... Leer más

    $20.99 USD

  • Make: Electronics

    Learning by Discovery: A hands-on primer for the new electronics enthusiast

    de Charles Platt ...
    Make: Electronics explores the properties and applications of discrete components that are the fundamental building blocks of circuit design. Understanding resistors, capacitors, transistors, inductors, diodes, and integrated circuit chips is essential even when using microcontrollers. Make: Electronics teaches the fundamentals and also provides advice on the tools and supplies that are necessary. ... Leer más

    $20.89 USD

  • 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

    $47.69 USD

  • Satoshi on Bitcoin

    A collection of Satoshi Nakamoto’s writings on Bitcoin.This collection contains Satoshi’s words, compiled and neatly formatted without commentary. Each chapter contains Satoshi’s writings from a specific medium (emails, forum posts, website, and source code), with detailed date/time timestamps for each entry. These writings tell a compelling story of the excitement and challenges surrounding ... Leer más

    Gratis

  • Getting Started with Sensors

    Measure the World with Electronics, Arduino, and Raspberry Pi

    To build electronic projects that can sense the physical world, you need to build circuits based around sensors: electronic components that react to physical phenomena by sending an electrical signal. Even with only basic electronic components, you can build useful and educational sensor projects.But if you incorporate Arduino or Raspberry Pi into your project, you can build much more ... Leer más

    $13.99 USD

  • Programming in C

    Programming in C will teach you how to write programs in the C programming language. Whether you’re a novice or experienced programmer, this book will provide you with a clear understanding of this language, which is the foundation for many object-oriented programming languages such as C++, Objective-C, C#, and Java.This book teaches C by example, with complete C programs used to illustrate each ... Leer más

    $43.19 USD

  • C Pocket Reference

    C Syntax and Fundamentals

    C is one of the oldest programming languages and still one of the most widely used. Whether you're an experienced C programmer or you're new to the language, you know how frustrating it can be to hunt through hundreds of pages in your reference books to find that bit of information on a certain function, type or other syntax element. Or even worse, you may not have your books with you. Your answer ... Leer más

    $15.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.99 USD

  • Programming Problems: A Primer for The Technical Interview

    de Bradley Green ...
    A complete primer for the technical programming interview. This book reviews the fundamentals of computer programming through programming problems posed to candidates at Amazon, Apple, Facebook, Google, Microsoft, and others. Complete solutions to every programming problem is provided in clear explanations and easy to read C++11 code.If you are learning to code then this book provides a great ... Leer más

    Gratis

  • Computer Programming In C Language

    Computer Programming In C Language : Computer Programming In C Language teaches the generic Programming techniques using C programming language in an easy-to-follow style, without assuming previous experience in any other language. A variety of examples make learning these Concepts with C both fun and practical. This book is organized in such a manner that students and programmers with prior ... Leer más

    $5.99 USD o gratis con Kobo Plus

  • Head First C

    A Brain-Friendly Guide

    Ever wished you could learn C from a book? Head First C provides a complete learning experience for C and structured imperative programming. With a unique method that goes beyond syntax and how-to manuals, this guide not only teaches you the language, it helps you understand how to be a great programmer. You'll learn key areas such as language basics, pointers and pointer arithmetic, and dynamic ... Leer más

    $36.79 USD

  • Programming Embedded Systems

    With C and GNU Development Tools

    If you have programming experience and a familiarity with C--the dominant language in embedded systems--Programming Embedded Systems, Second Edition is exactly what you need to get started with embedded software. This software is ubiquitous, hidden away inside our watches, DVD players, mobile phones, anti-lock brakes, and even a few toasters. The military uses embedded software to guide missiles, ... Leer más

    $28.99 USD

  • GDB Pocket Reference

    Debugging Quickly & Painlessly with GDB

    Many Linux and Unix developers are familiar with the GNU debugger (GBD), the invaluable open source tool for testing, fixing, and retesting software. And since GDB can be ported to Windows, Microsoft developers and others who use this platform can also take advantage of this amazing free software that allows you to see exactly what's going on inside of a program as it's executing. This new pocket ... Leer más

    $7.99 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

    $32.99 USD o gratis con Kobo Plus

  • Programming Arduino Next Steps: Going Further with Sketches

    de Simon Monk ...
    Arduino guru Simon Monk reveals advanced programming techniques for Arduino!Programming Arduino Next Steps: Going Further with Sketches is the must-have follow-up to Monk’s bestseller, Programming Arduino: Getting Started with Sketches. Aimed at experienced programmers and hobbyists who have mastered the basics, this book takes you “under the hood” of Arduino, revealing professional-level ... Leer más

    $12.99 USD

  • Introducing Go

    Build Reliable, Scalable Programs

    de Caleb Doxsey ...
    Perfect for beginners familiar with programming basics, this hands-on guide provides an easy introduction to Go, the general-purpose programming language from Google. Author Caleb Doxsey covers the language’s core features with step-by-step instructions and exercises in each chapter to help you practice what you learn.Go is a general-purpose programming language with a clean syntax and advanced ... Leer más

    $15.99 USD

  • 21st Century C

    C Tips from the New School

    de Ben Klemens ...
    Throw out your old ideas about C and get to know a programming language that’s substantially outgrown its origins. With this revised edition of 21st Century C, you’ll discover up-to-date techniques missing from other C tutorials, whether you’re new to the language or just getting reacquainted.C isn’t just the foundation of modern programming languages; it is a modern language, ideal for writing ... Leer más

    $30.99 USD

  • Beginning Visual C# 2010

    Update to Wrox's leading C# book for beginnersGet ready for the next release of Microsoft's C# programming language with this essential Wrox beginner's guide. Beginning Microsoft Visual C# 2010 starts with the basics and brings you thoroughly up to speed. You'll first cover the fundamentals such as variables, flow control, and object-oriented programming and gradually build your skills for Web and ... Leer más

    $36.00 USD

  • Ethical Hacking

    de Lakshay Eshan ...
    This book is written for those people who want to hack systems to test identify the security holes and vulnerabilities of thosesystems. This book outlines different tricks and techniques that an ethical hacker can use to assess the security of the systems, identify vulnerabilities and fix those vulnerabilities. This is done to prevent any malicious attacks against the system.The hacking we talk ... Leer más

    $2.99 USD o gratis con Kobo Plus

  • Arduino para Principiantes

    Arduino forma parte del concepto de hardware y software libre y está abierto para uso y contribución de toda la sociedad. Arduino es una plataforma de prototipos electrónicos, creado en Italia, que consiste básicamente en una placa microcontrolador, con un lenguaje de programación en un entorno de desarrollo que soporta la entrada y salida de datos y señales. Fue creado en el año 2005 con el ... Leer más

    $2.95 USD o gratis con Kobo Plus

  • C# Programming with Artificial Intelligence (2026)

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

    Discover the Fast and Easy Way to Master C# Programming!Unlock the world of C# programming with ease and confidence, even if you've never written a line of code before. Say goodbye to tedious 600-page books, costly online courses, and confusing tutorials that leave you frustrated. Introducing... **C# Mastery: Your Rapid Learning Companion** Unveiling the Power of C# for Beginners Our revolutionary ... Leer más

    $30.00 USD o gratis con Kobo Plus

  • Effective Rust

    35 Specific Ways to Improve Your Rust Code

    Rust's popularity is growing, due in part to features like memory safety, type safety, and thread safety. But these same elements can also make learning Rust a challenge, even for experienced programmers. This practical guide helps you make the transition to writing idiomatic Rust—while also making full use of Rust's type system, safety guarantees, and burgeoning ecosystem.If you're a software ... Leer más

    $36.79 USD