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 395 Results
Skip side bar filters
  • 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

  • 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

    4,02 €

  • 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 €

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

    35,50 €

  • 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 €

  • Learning C by Example

    This book help you how to get started with C programming. This book provides many code samples for illustration. The following is highlight topics: * Development Environment * Basic C Programming Language * Array and Pointer * Functions * I/O Operations * String Operations * Building C Library * Threading * Database Programming * Socket Programming This book uses GNU GCC compiler for C programming ... Read more

    2,28 €

  • 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 €

  • Heavy Wizardry 101

    Shellcodes, Backdoors, Droppers, and Worms

    Your spellbook for code close to the metal.In hacker circles, heavy wizardry means code that trades on intimate knowledge of a system—the kind that speaks its private dialects and bends its rules. Heavy Wizardry 101 teaches you to write it. You’ll build shellcode, backdoors, droppers, and worms from scratch, working at the instruction level where magic happens.Every project is implemented for four ... Read more

    27,66 €

  • 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 €

  • Embedded Systems Architecture

    Explore architectural concepts, pragmatic design patterns, and best practices to produce robust systems

    Learn embedded systems development with practical design patterns, essential workflows, and memory-safe techniques to build secure, reliable, and energy-efficient devicesKey FeaturesTackle real-world challenges in embedded development, from boot-up to distributed IoT systemsApply memory management, peripheral integration, and power optimization techniquesBuild robust, secure, and scalable ... Read more

    36,24 € or Free with Kobo Plus

  • C LANGUAGE COURSE PART 2

    by m.furqan riaz ...
    C is one of the fastest programming language as it is close to low-level languages such as Assembly language. If you are already familiar with programming, then you must know the demand out there for a C programmer. Because C comes in handy in case of all the applications that require fast processing, such as games, or major parts of different operating systems.C was developed in early 1970’s but ... Read more

    3,56 € or Free with Kobo Plus

  • The C, UNIX, and UNIX/Linux Commands Series

    This volume contains the full text of three books, Advanced Topics in UNIX, 2E, The 101 Most Important UNIX and Linux Commands, and Using C in Software Design, 2E.Advanced Topics in UNIX, 2EThe first edition of this book was originally published in 1993 by John Wiley and was named an Alternate Main Selection of the Newbridge Book Club in the same year. That book stayed in print for thirteen years, ... Read more

    11,99 €

  • Jumpstarting the Onion Omega2

    by Wolfram Donat ...
    Get up and running quickly with the Jumpstarting series!Jumpstarting books provide an avenue for makers to quickly master topical knowledge.Each book starts with instructions on how to install or initialize the hardware or software needed to reach the all-important "Hello, World" stage of getting started.The second project builds on the first to use more of the hardware or software's capabilities ... Read more

    8,68 €

  • Scripting with Objects

    A Comparative Presentation of Object-Oriented Scripting with Perl and Python

    Object-Oriented scripting with Perl and PythonScripting languages are becoming increasingly important for software development. These higher-level languages, with their built-in easy-to-use data structures are convenient for programmers to use as "glue" languages for assembling multi-language applications and for quick prototyping of software architectures. Scripting languages are also used ... Read more

    57,99 €

  • Basics of C for Engineers

    A Quick Introduction

    The main goal of this book is to give the readers a thorough understanding of the C Programming language. The book is specially designed for Engineering graduates who do not have a programming background. We have tried to explain every concept in an easy-to-understand language with a supplement of Engineering examples. As a result, the book has enough information to give readers the confidence ... Read more

    2,68 € or Free with Kobo Plus

  • Blazor Fundamentals

    Building Modern Web Applications with .NET 10

    by Adam Seebeck ...
    Build modern, production-ready web apps with Blazor Web App in .NET 10 using only C#.Blazor is now a unified platform for full-stack web development. Blazor Fundamentals: Building Modern Web Applications with .NET 10 teaches you how to design, build, test, and deploy real applications using the latest Blazor Web App model. No JavaScript required.What you will learnCreate and navigate Blazor Web ... Read more

    8,91 €

  • 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 €

  • C#: A Comprehensive Advanced Guide to Excel in C# Programming

    by Chloe Annable ...
    Series series Computer Programming
    Are you ready to elevate your C# programming skills to new heights?Have you mastered the basics and are now seeking a comprehensive guide to take you to the next level of expertise?Look no further – "C#: The Ultimate Intermediate Guide To Learn C# Programming Step By Step" is the book that will propel your programming journey forward!In the ever-expanding landscape of computer programming ... Read more

    9,99 € or Free with Kobo Plus

  • 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

    8,91 € or Free with Kobo Plus

  • C# Basics For Absolute Beginners

    The Perfect Guide To Learn C# Programming Faster With Examples Made Easy For Absolute Beginners | Become Master Writing C# Code From Zero

    Looking For An Easy To Follow and Comprehensive C\# Programming Guide?Without my book, most people spend too long trying to learn C\# the hard way. This book is the only one that will get you to learn C\# fast without wasting so much time. It includes four chapters that painlessly teach you the necessary skills to master C\# and to create your first apps.What you'll learn:An introduction to the C\ ... Read more

    5,34 € or Free with Kobo Plus

  • Yeni Başlayanlar İçin C# ile Algoritmalara ve Programcılığa Giriş

    C# ile Programlamayı Öğrenmek Hiç Bu Kadar Kolay Olmamıştı!Günümüzde en yaygın kullanılan programlama dillerinden biri olan C#’ı öğrenmek ve C# dilinde program yazmak isteyen herkes için kaynak olacak bir kitap. Çok sade, basit ve anlaşılır bir dille yazılmış olan bu kitap sayesinde C# programlama dilini çok çabuk kavrayacak ve kitaptaki örnek kodlarla öğrendiklerinizi pekiştirme ve uygulama ... Read more

    9,00 € or Free with Kobo Plus

  • Aprende a Programar Swift - Tercera Edición

    Hasta su lanzamiento, el lenguaje más utilizado en el desarrollo de aplicaciones para los entornos iOS e iOS X era el Objetive-C, creado al inicio de los años 80. Apple se preocupó en disminuir la resistencia a la adopción de Swift por los programadores expertos. Para eso, permitió que el nuevo lenguaje utilizara el mismo compilador y pudiera convivir con Objetive-C en la misma aplicación. De esa ... Read more

    4,49 €

  • Construcao de Algoritmos no Seculo XXI

    O livro aborda uma introdução à construção de algoritmos e programação. Usando as linguagens Pascal e C, o texto aborda os principais tópicos de um curso universitário de introdução à programação, destinando-se também aqueles que tem interesse no assunto. ... Read more

    2,07 € or Free with Kobo Plus