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 eBooks

If you like C eBooks, then you'll love these top picks.
Showing 1 - 24 of 418 Results
Skip side bar filters
  • 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

    18,33 €

  • Raspberry Pi System Programming for Beginner

    This book helps how to learn system programming on Raspberry Pi using C language and core system libraries. Several code samples are provided for ease of understanding about system programming.**TOC**Preparing Development Environment1.1 Raspberry Pi1.2 Compiler and Development Tools1.3 Hello WorldFile I/O2.1 Opening and Closing File2.1.1 open() and close()2.1.2 creat()2.1.3 Creating a New File<... ... Read more

    3,67 €

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

    38,15 €

  • 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

    29,46 €

  • Getting Started with Windows IoT and Intel Galileo

    The Intel Galileo board is the first in a family of Arduino-certified development and prototyping boards based on Intel architecture. Microsoft provides Windows for IoT Program which we can build and deploy application on top of Intel Galileo board using Windows Platform. This book helps you getting started with Windows for IoT program and Intel Galileo. The following is a list of highlight topics ... Read more

    1,86 €

  • Handbook on C Language

    100% Pure Adrenaline

    Series Book 1 - Surf Rangers
    C is a popular high level programming language with a large library of various types of functions. It is a very popular language among programmers due to its multiple features. ... Read more

    5,57 €

  • Absolute Beginner's Guide to C

    by Greg Perry ...
    For beginning programmers, this updated edition answers all C programming questions. This bestseller talks to readers at their level, explaining every aspect of how to get started and learn the C language quickly. Readers also find out where to learn more about C. This book includes tear-out reference card of C functions and statements, a hierarchy chart, and other valuable information. It uses ... Read more

    23,80 €

  • C#: A Comprehensive Beginner's Tutorial for Learning C# Programming Sequentially

    by Ryan roffe ...
    Are you in search of a coding language that suits your needs?Are you interested in crafting your own websites or desktop applications?Look no further than C#.In the vast landscape of programming languages, the choice can seem overwhelming for beginners. However, if your goal is to create visually appealing and functional applications, C# stands out as the ideal option.Introducing "C#: A ... Read more

    9,54 €

  • Certified Web Developer: Novice To Ninja

    HTML, CSS and JavaScript

    by Rob Botwright ...
    Become a Certified Web Developer: From Novice To Ninja! Are you ready to unlock the secrets of web development and unleash your coding potential? Look no further than our "Certified Web Developer: Novice To Ninja" book bundle! Whether you're just starting out or looking to level up your skills, this bundle has everything you need to become a web development wizard. Dive into the world of HTML, ... Read more

    7,49 € or Free with Kobo Plus

  • Esercizi ragionati in C/C++

    La conoscenza delle istruzioni e dei costrutti di un linguaggio di programmazione (come il C/C++ considerato in questo libro) non basta per imparare veramente a programmare. La programmazione richiede infatti di ragionare sui problemi da risolvere: non si può infatti pensare di scrivere un programma senza avere bene analizzato il problema. Questo libro si pone due obiettivi. Da un lato, vuole ... Read more

    20,99 €

  • Modern REST API Development in Go

    Design performant, secure, and observable web APIs using Go's powerful standard library

    by Jesús Espino ...
    Master REST API design in Go in a pragmatic way by building production-ready web services using the Go standard library and idiomatic patternsKey FeaturesBuild scalable APIs using Go’s robust standard library and HTTP toolingExplore security, observability, and testing from a backend engineering perspectiveLearn foundational REST principles by building a complete Go-based projectBook ... Read more

    25,75 € or Free with Kobo Plus

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

    11,86 €

  • Make: Action

    Movement, Light, and Sound with Arduino and Raspberry Pi

    by Simon Monk ...
    Beginning with the basics and moving gradually to greater challenges, this book takes you step-by-step through experiments and projects that show you how to make your Arduino or Raspberry Pi create and control movement, light, and sound. In other words: action!The Arduino is a simple microcontroller with an easy-to-learn programming environment, while the Raspberry Pi is a tiny Linux-based ... Read more

    20,66 €

  • C in 30 Pages

    C in 30 Pages is a brief e-booklet, designed to get you into the C programming language as fast as possible, as easily as possible. There is no bull in this Micro-Manual by popular online teacher U.Q. Magnusson. From the very first page you will learn the basic concepts of programming,including data, code, and control, and how they are expressed through C. Simple yet comprehensive examples follow ... Read more

    2,99 €

  • C# Fundamentals

    Learn Modern C# 14 and .NET 10 from the Ground Up

    by Adam Seebeck ...
    C# Fundamentals: Learn Modern C# 14 and .NET 10 from the Ground Up is your complete, hands-on guide to mastering Microsoft’s latest programming language and platform. Whether you are new to coding or upgrading from earlier .NET versions, this structured course takes you from core concepts to professional-grade development with modern syntax and best practices.What you will learnSet up Visual ... Read more

    9,10 €

  • Chastity's Code Cookbook

    This book teaches how computers actually work using small programs written in the C language, exploring numbers, overflow, primes, and algorithms through hands-on experimentation.You would not know it by looking at me, but I have been computer programming as a hobby since I was 14 years old. My first programming language was QBASIC. It was a language and a program for interpreting that language ... Read more

    4,49 €

  • Kickstart C Programming Fundamentals

    Learn C the right way - from first principles to real programsDESCRIPTION"C" is the language that underpins operating systems, embedded firmware, compilers, and modern computing infrastructure. This book, ***Kickstart C Programming Fundamentals***provides a clear, structured introduction to C for beginners, progressing from core syntax and data types to advanced topics, including pointers, ... Read more

    17,16 €

  • Programmazione in C | Passo dopo Passo

    La guida semplice per i principianti

    Questo è il libro per tutti coloro che vogliono imparare le basi della programmazione in C da un ingegnere (M.Eng.). In questo libro imparerà sia le basi teoriche che l'uso pratico del linguaggio di programmazione C attraverso numerosi esempi e grandi progetti fai da te.Quindi, se sta cercando una guida pratica per uno dei linguaggi di programmazione più utilizzati, è nel posto giusto e questo ... Read more

    7,99 € or Free with Kobo Plus

  • C# Mastery

    A Comprehensive Guide to Advanced C# Features and Applications

    by Lena Neill ...
    Are you ready to take your C# skills to the next level? Do you want to learn how to write efficient, elegant, and robust code that can handle complex scenarios? If so, this book is for you.C# for advanced is the definitive guide to mastering C# programming. In this book, you will learn how to use advanced features and techniques of C#, such as:Advanced decision-making and control flow: Learn how ... Read more

    9,54 €

  • 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

    by Chang Tan ...
    Attackers have to be only right once, but just one mistake will permanently undo them.Book DescriptionThe “Ultimate Cyberwarfare for Evasive Cyber Tactic” is an all-encompassing guide, meticulously unfolding across pivotal cybersecurity domains, providing a thorough overview of cyber warfare.The book begins by unraveling the tapestry of today's cyber landscape, exploring current threats, ... Read more

    17,49 € or Free with Kobo Plus

  • Learn C language

    by Ahnaf Farhan ...
    Series series Coding
    C Programming for Beginners: A Journey from Hello, World to Advanced ConceptsThis comprehensive eBook guides you through the exciting world of C programming, from your first "Hello, World!" program to exploring advanced data structures and algorithms. Crafted for beginners, the book provides a clear and engaging roadmap to unlock your programming potential.Part 1: Foundations of C ... Read more

    6,69 € or Free with Kobo Plus

  • Programmare in C. Guida al linguaggio attraverso esercizi svolti e commentati

    Questo testo propone un percorso didattico che, procedendo attraverso esempi, esercizi e problemi di difficoltà crescente, presenta gli elementi fondamentali del linguaggio di programmazione C e, al tempo stesso, si sofferma ad analizzare gli aspetti algoritmici e di efficienza computazionale che conducono alla progettazione di soluzioni efficaci ed eleganti. Non si tratta dunque di un manuale sul ... Read more

    34,00 €

  • GDB Pocket Reference

    Debugging Quickly & Painlessly with GDB

    Series series Pocket Reference (O'Reilly)
    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 ... Read more

    6,03 €

  • C for Programmers with an Introduction to C11

    The professional programmer’s Deitel® guide to procedural programming in C through 130 working code examplesWritten for programmers with a background in high-level language programming, this book applies the Deitel signature live-code approach to teaching the C language and the C Standard Library. The book presents the concepts in the context of fully tested programs, complete with syntax shading, ... Read more

    39,10 €