Skip to main content

Shopping Cart

You're getting the VIP treatment!

Item(s) unavailable for purchase
Please review your cart. You can remove the unavailable item(s) now or we'll automatically remove it at Checkout.
itemsitem
itemsitem

Recommended For You

Loading...

C & C++ eBooks

If you like C & C++ eBooks, then you'll love these top picks.
Showing 1 - 24 of 854 Results
Skip side bar filters
  • Effective C++: 55 Specific Ways to Improve Your Programs and Designs

    55 Specific Ways to Improve Your Programs and Designs

    by 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.... ... Read more

    PHP2,937.69

  • Programming Rust

    Systems programming provides the foundation for the world's computation. Writing performance-sensitive code requires a programming language that puts programmers in control of how memory, processor time, and other system resources are used. The Rust systems programming language combines that control with a modern type system that catches broad classes of common mistakes, from memory management ... Read more

    PHP3,015.49

  • UML 2.0 in a Nutshell

    A Desktop Quick Reference

    System developers have used modeling languages for decades to specify, visualize, construct, and document systems. The Unified Modeling Language (UML) is one of those languages. UML makes it possible for team members to collaborate by providing a common language that applies to a multitude of different systems. Essentially, it enables you to communicate solutions in a consistent, tool-supported ... Read more

    PHP1,418.79

  • Programming in C

    100% Pure Adrenaline

    by J. B. Dixit ...
    Series Book 1 - Surf Rangers
    This book is written for M.C.A., M.Tech., M.Sc., Engineering, B.C.A., B.I.T., B.Sc., C-DAC, DOEACC O-Level and A-Level, P.G.D.C.A. and other computer programmes students. In addition it can be of great help to those who feel that programming is not their cup of tea. ... Read more

    PHP387.59

  • Tapworthy

    Designing Great iPhone Apps

    by Josh Clark ...
    So you've got an idea for an iPhone app -- along with everyone else on the planet. Set your app apart with elegant design, efficient usability, and a healthy dose of personality. This accessible, well-written guide shows you how to design exceptional user experiences for the iPhone and iPod Touch through practical principles and a rich collection of visual examples.Whether you're a designer, ... Read more

    PHP1,418.79

  • C++ Pocket Reference

    C++ Syntax and Fundamentals

    by Kyle Loudon ...
    C++ is a complex language with many subtle facets. This is especially true when it comes to object-oriented and template programming. The C++ Pocket Reference is a memory aid for C++ programmers, enabling them to quickly look up usage and syntax for unfamiliar and infrequently used aspects of the language. The book's small size makes it easy to carry about, ensuring that it will always be at-hand ... Read more

    PHP975.29

  • 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 ... Read more

    PHP4,212.79

  • C language Programming: 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 language programming. The topics covered in this book includes brief introduction to C language, variables, data types, control structures, functions, pointers, and input and output stream to external ... Read more

    PHP211.90

  • C# Programming Illustrated Guide For Beginners & Intermediates: The Future Is Here! Learning By Doing Approach

    C# Programming Illustrated Guide For Beginners & IntermediatesLearn Coding Fast! With Practical Easy To Follow Examples And Step By Step Instructions!Why should you choose to learn C# programming?C sharp programing was developed by Microsoft and is USED in all their products!C# is definitely a great way to get started in the world of programming, and since one of the biggest software giants ... Read more

    PHP306.14

  • Herb Schildt's C++ Programming Cookbook

    Your Ultimate "How-To" Guide to C++ Programming!Legendary programming author Herb Schildt shares some of his favorite programming techniques in this high-powered C++ "cookbook." Organized for quick reference, each "recipe" shows how to accomplish a practical programming task. A recipe begins with a list of key ingredients (classes, functions, and headers) followed by step-by-step instructions that ... Read more

    PHP3,015.89

  • Software Architecture with C++

    Design modern systems using effective architecture concepts, design patterns, and techniques with C++20

    Apply business requirements to IT infrastructure and deliver a high-quality product by understanding architectures such as microservices, DevOps, and cloud-native using modern C++ standards and featuresKey FeaturesDesign scalable large-scale applications with the C++ programming languageArchitect software solutions in a cloud-based environment with continuous integration and continuous delivery ... Read more

    PHP3,527.99 or Free with Kobo Plus

  • 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, ... Read more

    PHP4,268.29

  • Application Development with Qt Creator

    Build cross-platform applications and GUIs using Qt 5 and C++

    by Lee Zhi Eng ...
    Explore Qt Creator, Qt Quick, and QML to design and develop applications that work on desktop, mobile, embedded, and IoT platformsKey FeaturesBuild a solid foundation in Qt by learning about its core classes, multithreading, File I/O, and networkingLearn GUI programming and build custom interfaces using Qt Widgets, Qt Designer, and QMLUse the latest features of C++17 for improving the performance ... Read more

    PHP1,590.29 or Free with Kobo Plus

  • Arduino Book for Beginners

    by Mike Cheich ...
    The Arduino platform is great because it allows anyone with a desire to build awesome things the ability to easily create a prototype using a subset of C and C++ programming and specific Arduino functions.The Arduino Book for Beginners is a tutorial style collection of lessons designed to be simple and easy to follow which uses only the most relevant circuits and programs and assumes nothing about ... Read more

    PHP584.59

  • 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 ... Read more

    PHP1,847.95 or Free with Kobo Plus

  • Template Metaprogramming with C++

    Learn everything about C++ templates and unlock the power of template metaprogramming

    Understand how to use modern C++ templates for writing maintainable, robust, and fast softwareKey FeaturesGrasp the fundamentals of and learn to write effective C++ templatesGet up to speed with the latest C++20 template features such as constraints and conceptsExplore different patterns and idioms to integrate templates in your program designBook DescriptionLearn how the metaprogramming technique ... Read more

    PHP1,800.89 or Free with Kobo Plus

  • Langage de programmation C++

    Series series Séries sur la programmation et l’informatique
    La programmation C++ est un langage de programmation orienté objet, généralement compilé et un langage de programmation de niveau intermédiaire transitoire, développé par Bjarne Stroustrup en 1979. En termes simples, la programmation C++ est un langage de programmation élégant, bien organisé et à usage général basé sur la programmation C.Généralement, les systèmes d'exploitation, les applications, ... Read more

    PHP245.78 or Free with Kobo Plus

  • Linguaggio di programmazione C

    Series series Serie di Programmazione e Informatica
    è un potente linguaggio di programmazione generico, essenziale da imparare per i principianti. Questo libro vi presenterà le basi della programmazione e dello sviluppo software utilizzando il linguaggio C.Se siete uno sviluppatore alle prime armi, questo libro vi aiuterà davvero a familiarizzare con il linguaggio di programmazione C. Il libro Programmazione C presenta la guida completa alle basi ... Read more

    PHP245.78 or Free with Kobo Plus

  • Make: Sensors

    A Hands-On Primer for Monitoring the Real World with Arduino and Raspberry Pi

    Make: Sensors is the definitive introduction and guide to the sometimes-tricky world of using sensors to monitor the physical world. With dozens of projects and experiments for you to build, this book shows you how to build sensor projects with both Arduino and Raspberry Pi. Use Arduino when you need a low-power, low-complexity brain for your sensor, and choose Raspberry Pi when you need to ... Read more

    PHP1,108.39

  • C Programming Language Essentials

    Series series Essentials Study Guides
    REA’s Essentials provide quick and easy access to critical information in a variety of different fields, ranging from the most basic to the most advanced. As its name implies, these concise, comprehensive study guides summarize the essentials of the field covered. Essentials are helpful when preparing for exams, doing homework and will remain a lasting reference source for students, teachers, and ... Read more

    PHP245.78

  • C & C++ Interview Questions You'll Most Likely Be Asked

    Series Book 4 - Job Interview Questions series
    C & C++ Interview Questions You'll Most Likely Be Asked is a perfect companion to stand ahead above the rest in today’s competitive job market. Rather than going through comprehensive, textbook-sized reference guides, this book includes only the information required immediately for job search to build an IT career. This book puts the interviewee in the driver's seat and helps them steer their way ... Read more

    PHP553.77

  • Safe C++

    How to avoid common mistakes

    It’s easy to make lots of programming mistakes in C++—in fact, any program over a few hundred lines is likely to contain bugs. With this book, you’ll learn about many common coding errors that C++ programmers produce, along with rules and strategies you can use to avoid them.Author Vladimir Kushnir shows you how to use his Safe C++ library, based in part on programming practices developed by the C ... Read more

    PHP975.29

  • C++

    Kurzportträt einer zeitlosen Sprache

    by Rudolf Jansen ...
    Series Book 52 - shortcuts
    Programmierung in C++!? Eine Anforderung, die man zwar häufig in Projekten und Stellenausschreibungen findet, die aber bei vielen Entwicklern leider immer noch den Eindruck von etwas Altmodischem erweckt. Weit gefehlt! Betrachtet man die Einsatzgebiete von C++, erkennt man schnell die Relevanz dieser Sprache. Und auch die fachlichen Herausforderungen, denen man sich als Entwickler von C++ stellen ... Read more

    PHP198.00

  • C++: Guida Completa al Linguaggio e alla Programmazione ad Oggetti. Contiene Esempi di Codice ed Esercizi Pratici

    Impara subito a programmare con il linguaggio C++!Ti piacerebbe programmare con il linguaggio C++ ma non sai da dove iniziare?Vorresti imparare a creare e definire variabili?Come posso mettere in pratica il linguaggio di programmazione C++?Nel tempo il linguaggio C++ è divenuto ormai uno tra i più richiesti e utilizzati per la realizzazione di applicazioni web orientate soprattutto agli oggetti.< ... Read more

    PHP430.57