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 887 Results
Skip side bar filters
  • C Programming Language

    This ebook is the first authorized digital version of Kernighan and Ritchie’s 1988 classic, The C Programming Language (2nd Ed.). One of the best-selling programming books published in the last fifty years, "K&R" has been called everything from the "bible" to "a landmark in computer science" and it has influenced generations of programmers. Available now for all leading ebook platforms, this ... Read more

    €53.22

  • C Programming Absolute Beginner's Guide

    Series series Absolute Beginner's Guide
    Updated for C11Write powerful C programs…without becoming a technical expert! This book is the fastest way to get comfortable with C, one incredibly clear and easy step at a time. You’ll learn all the basics: how to organize programs, store and display data, work with variables, operators, I/O, pointers, arrays, functions, and much more. C programming has neverbeen this simple!Who knew how simple ... Read more

    €19.19

  • Environmental Monitoring with Arduino

    Building Simple Devices to Collect Data About the World Around Us

    After the devastating tsunami in 2011, DYIers in Japan built their own devices to detect radiation levels, then posted their finding on the Internet. Right now, thousands of people worldwide are tracking environmental conditions with monitoring devices they’ve built themselves. You can do it too!This inspiring guide shows you how to use Arduino to create gadgets for measuring noise, weather, ... Read more

    €3.79

  • C Programming Language, A Step By Step Beginner's Guide To Learn C Programming In 7 Days.

    Are You Ready To Learn C?C Programming Language introduces you to the most commonly used programming language, one that has been the basis for many other versions over the years. It is a great book, not just for beginning programmers, but also for computer users who would want to have an idea what is happening behind the scenes as they work with various computer programs.In this book, you are ... Read more

    Free

  • Mastering openFrameworks: Creative Coding Demystified

    Stuffed with practical examples, this book gives clear and effective instructions to build your own fun, stunning, and highly-interactive openFrameworks applications. Each chapter is focused on one topic and has a new theme to it. If you are a visual artist, designer, or programmer interested in creative coding with openFrameworks then this book is for you. Basic knowledge of object-oriented ... Read more

    €21.29 or Free with Kobo Plus

  • 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

    €30.39

  • C Programming in easy steps, 4th Edition

    by Mike McGrath ...
    Series series In Easy Steps
    C Programming in easy steps has an easy-to-follow style that will appeal to anyone who wants to begin programming in C, from programmers moving from another programming language,  to the student who is studying C programming at school or college, or to those seeking a career in computing who need a fundamental understanding of procedural programming. C Programming in easy steps begins by ... Read more

    €12.62

  • Programming Arduino Next Steps: Going Further with Sketches

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

    €12.19

  • C++ High Performance

    Boost and optimize the performance of your C++17 code

    Write code that scales across CPU registers, multi-core, and machine clustersKey Features\[\*\]Explore concurrent programming in C++\[\*\]Identify memory management problems\[\*\]Use SIMD and STL containers for performance improvementBook DescriptionC++ is a highly portable language and can be used to write both large-scale applications and performance-critical code. It has evolved over the last ... Read more

    €27.89 or Free with Kobo Plus

  • Arduino Electronics Blueprints

    Make common electronic devices interact with an Arduino board to build amazing out-of-the-box projects

    by Don Wilcher ...
    Key FeaturesBook DescriptionThis book is intended for those who want to learn about electronics and coding by building amazing devices and gadgets with Arduino. If you are an experienced developer who understands the basics of electronics, then you can quickly learn how to build smart devices using Arduino. The only experience needed is a desire to learn about electronics, circuit breadboarding, ... Read more

    €27.89 or Free with Kobo Plus

  • 97 Things Every Programmer Should Know

    Collective Wisdom from the Experts

    by Kevlin Henney ...
    Tap into the wisdom of experts to learn what every programmer should know, no matter what language you use. With the 97 short and extremely useful tips for programmers in this book, you'll expand your skills by adopting new approaches to old problems, learning appropriate best practices, and honing your craft through sound advice.With contributions from some of the most experienced and respected ... Read more

    €17.19

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

    €30.79

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

    Series series Sams Teach Yourself
    Sams Teach Yourself C Programming in One Hour a Day, Seventh Edition is the newest version of the worldwide best-seller Sams Teach Yourself C in 21 Days. Fully revised for the new C11 standard and libraries, it now emphasizes platform-independent C programming using free, open-source C compilers. This edition strengthens its focus on C programming fundamentals, and adds new material on popular C ... Read more

    €25.59

  • Learning OpenCV

    Computer Vision with the OpenCV Library

    "This library is useful for practitioners, and is an excellent tool for those entering the field: it is a set of computer vision algorithms that work as advertised."-William T. Freeman, Computer Science and Artificial Intelligence Laboratory, Massachusetts Institute of TechnologyLearning OpenCV puts you in the middle of the rapidly expanding field of computer vision. Written by the creators of the ... Read more

    €25.59

  • C# 4, ASP.NET 4, and WPF, with Visual Studio 2010 Jump Start

    Series Book 56 - Wrox Blox
    This Wrox Blox is a value-packed resource to help experienced .NET developers learn the new .NET release. It is excerpted from the Wrox books: Professional C# 4 and .NET 4, Professional ASP.NET 4, and WPF Programmer’s Reference by Christian Nagel, Bill Evjen, Scott Hanselman, and Rod Stephens, and includes more than 100 print book pages drawn from these three key titles. It is an excellent ... Read more

    €7.30

  • Arduino MKR WIFI 1010 Development Workshop

    Arduino MKR WIFI 1010 is a new Arduino board with WiFi capability that enables to build IoT application. This book helps you to get started with Arduino MKR WIFI 1010. The following is a list of topics in this book.Setting up Development EnvironmentSketch ProgrammingWorking with SPIWorking with I2CArduino WiFi NetworkingWorking with Internal RTC and Sleep Mode ... Read more

    €2.80

  • Effective Modern C++

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

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

    €30.79

  • Raspberry Pi Super Cluster

    This book follows a step-by-step, tutorial-based approach which will teach you how to develop your own super cluster using Raspberry Pi computers quickly and efficiently.Raspberry Pi Super Cluster is an introductory guide for those interested in experimenting with parallel computing at home. Aimed at Raspberry Pi enthusiasts, this book is a primer for getting your first cluster up and running ... Read more

    €16.69 or Free with Kobo Plus

  • C++ Standard Library, The

    A Tutorial and Reference

    The Best-Selling C++ ResourceNow Updated for C++11The C++ standard library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components–and to benefit from their power–you need a resource that does far more than list the classes and their functions.The C++ Standard Library: A Tutorial ... Read more

    €63.99

  • Hands-On Data Structures and Algorithms with Rust

    Learn programming techniques to build effective, maintainable, and readable code in Rust 2018

    Design and implement professional level programs by exploring modern data structures and algorithms in Rust.Key FeaturesUse data structures such as arrays, stacks, trees, lists and graphs with real-world examplesLearn the functional and reactive implementations of the traditional data structuresExplore illustrations to present data structures and algorithms, as well as their analysis, in a clear, ... Read more

    €25.19 or Free with Kobo Plus

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

    €48.99

  • C++ Programming in easy steps, 5th Edition

    by Mike McGrath ...
    Series series In Easy Steps
    C++ Programming in easy steps, 5th Edition shows you how to program in the powerful C++ language. Now, in its fifth edition, this guide gives complete examples that illustrate each aspect with colourized source code.C++ Programming in easy steps, 5th Edition begins by explaining how to install a free C++ compiler so you can quickly begin to create your own executable programs by copying the book’s ... Read more

    €12.62

  • C# 7 and .NET Core 2.0 High Performance

    Build highly performant, multi-threaded, and concurrent applications using C# 7 and .NET Core 2.0

    Improve the speed of your code and optimize the performance of your appsKey Features\[\*\]Understand the common performance pitfalls and improve your application’s performance\[\*\]Get to grips with multi-threaded and asynchronous programming in C\#\[\*\]Develop highly performant applications on .NET Core using microservice architectureBook DescriptionWhile writing an application, performance is ... Read more

    €27.89 or Free with Kobo Plus

  • Mastering Algorithms with C

    Useful Techniques from Sorting to Encryption

    by Kyle Loudon ...
    There are many books on data structures and algorithms, including some with useful libraries of C functions. Mastering Algorithms with C offers you a unique combination of theoretical background and working code. With robust solutions for everyday programming tasks, this book avoids the abstract style of most classic data structures and algorithms texts, but still provides all of the information ... Read more

    €25.99