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

    PHP2,853.59

  • 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

    PHP366.79

  • 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,342.69

  • 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

    PHP200.53

  • 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

  • Aprende a programar en C#

    by Ángel Arias ...
    .NET es una plataforma de desarrollo de Microsoft que tiene como foco principal el desarrollo de Servicios WEB XML. Un servicio Web XML, o simplemente Web Service, trasciende a lo que nosotros conocemos como páginas web dinámicas, a las cuales pueden ser acceder mediante un navegador web. La idea principal de un Web Service consiste en permitir que las aplicaciones, sean Web o de escritorio, se ... Read more

    PHP463.42

  • CodeCraft C: Mastering C Basics

    C language, #1

    by AnwaarX ...
    Series Book 1 - C language
    Book Description for "CodeCraft C"Unlock the power of programming with one of the world's most foundational languages — C.Whether you're taking your first steps into coding or want to strengthen your technical roots, CodeCraft C is your ultimate beginner's guide to mastering the C programming language in a clear, practical, and engaging way.This book cuts through the confusion and brings you step ... Read more

    PHP466.34

  • C for beginners

    by Nikita Kultin ...
    The book is a set of examples in C/C++. Programs of varying complexity are demonstrated use of basic instructions of C/C++, input-output operation, work with arrays, with files, with structures and with objects.For beginners programmers.© Nikita Kultin, 2021.CONTENTSPART 1. BASICS OF CInput and output- Input of numbers- String inputSelecting- If-then statement- Nested if- Switch statementLoops- F. ... Read more

    PHP57.71 or Free with Kobo Plus

  • TI ARM Cortex-M LaunchPad Programming by Example

    Stellaris LM4F120 and Tiva C Series LaunchPad is great products based ARM Cortex-M for learning. This book helps you to get started with Stellaris LM4F120 and Tiva C Series LaunchPad and how to build programs using Energia and Code Composer Studio. The following is highlight topics:* Preparing Development Environment* Developing program using Energia* Developing program using Code Composer Studio ... Read more

    PHP202.94

  • Learn C in 24 Hours: The Complete Beginner’s Guide

    Master Coding in 24 Hours

    by Aniket Jain ...
    Series series Master Coding in 24 Hours
    Unlock the Power of C with Learn C in 24 Hours: The Complete Beginner's GuideYour ultimate roadmap to mastering C programming in just one day! Whether you're a beginner stepping into the coding world or looking for a refresher, this C for Beginners guide simplifies the learning process with a hands-on, easy-to-follow approach. Learn C programming like a pro, build a strong coding foundation, and ... Read more

    PHP57.71

  • Raspberry Pi e programação C

    Aprenda o básico da programação em C e contrua projetos embarcados usando Raspberry Pi e a linguagem C. ... Read more

    PHP582.34

  • Introducción a la programación en C. Un enfoque práctico.

    Este curso va dirigido a entusiastas del mundo de la informática que quieran adentrarse en el apasionante mundo de la programación.Este curso no es recomendable para informáticos con gran nivel de conocimientos debido a que los conceptos explicados son introductorios.Los alumnos al finalizar el curso tendrán una visión de cómo aprender a programar en un lenguaje como C, un lenguaje versátil y ... Read more

    PHP223.36

  • Programlama ve Veri Yapılarına Giriş JAVA, C, C++ dilleri ile

    Bu kitabın amacı programlama bilgisi olmayan giriş seviyesindeki bir kişiye bilgisayar mühendisliğinin iki temel dersi olan “programlamaya giriş” ve “veri yapılarına giriş” derslerinin bilgisini kazandırmaktır. ... Read more

    PHP582.34

  • Learn C Programming

    A beginner's guide to learning the most powerful and general-purpose programming language with ease

    by Jeff Szuhay ...
    Get started with writing simple programs in C while learning core programming conceptsKey FeaturesLearn essential C concepts such as variables, data structures, functions, loops, and pointersGrasp the core programming aspects that form the base of many modern programming languagesWork with updated code samples and cover array declaration and initialization in detail in this new editionBook ... Read more

    PHP1,800.89 or Free with Kobo Plus

  • Mono: A Developer's Notebook

    The Mono Project is the much talked-about open source initiative to create a Unix implementation of Microsoft's .NET Development Framework. Its purpose is to allow Unix developers to build and deploy cross-platform .NET applications. The project has also sparked interest in developing components, libraries and frameworks with C#, the programming language of .NET.The controversy? Some say Mono will ... Read more

    PHP838.99

  • C和C++游戏趣味编程

    by 童晶著 ...
    本书通过趣味案例逐步引入语法知识,教读者用C和C++编写游戏程序,激发读者学习编程的兴趣。全书共14章和3个附录,依次介绍了C和C++编程语言的基本概念、数据类型、if语句、while循环、for循环、一维数组、函数、二维数组、字符串、文件读写、指针、递归、面向对象编程、链表和C++标准模板库等知识,其中贯穿了众多的小案例和游戏,最后综合应用这些知识编写了一款冒险游戏。附录分别给出了练习题的参考答案、语法知识索引以及常用的调试方法和辅助开发工具。本书适合不同年龄、不同层次的C与C++编程初学者阅读和自学,也可以作为中学生、大学生学习程序设计的教材和少儿编程培训机构的参考教材。 ... Read more

    PHP1,419.01

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

    PHP171.96

  • 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

    PHP261.79

  • C++ and C# Mastery: A Comprehensive 5-in-1 Coding Course for Beginners to Advanced Levels

    by Chloe Annable ...
    Series series Computer Programming
    ✅ One Guide Encompassing a 5-in-1 Bundle✅ Unbeatable Value for Your Money✅ Harness the Power of Not Just One, but Two Dynamic Languages✅ Experience a Comprehensive and Complete GuideAre you eager to delve into the world of coding?Do you seek a swift and accessible path to kickstart your programming journey?Are you in search of a step-by-step guide that demystifies coding complexities?If your ... Read more

    PHP691.93 or Free with Kobo Plus

  • Getting Started with V Programming

    An end-to-end guide to adopting the V language from basic variables and modules to advanced concurrency

    Learn a new statically compiled programming language to build maintainable and fast software with the help of this comprehensive guide to V programming Key Features • Explore the features of the V programming language step by step with this beginner's guide • Gain strong foundational knowledge of core programming concepts such as modules, functions, and structs • Learn how to write super-fast ... Read more

    PHP1,573.39 or Free with Kobo Plus

  • 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

    PHP1,653.29 or Free with Kobo Plus

  • Getting Started with Adafruit Trinket

    15 Projects with the Low-Cost AVR ATtiny85 Board

    by Mike Barela ...
    Arduino's ubiquity and simplicity has led to a gigantic surge in the use of microcontrollers to build programmable electronics project. Despite the low cost of Arduino, you're still committing about $30 worth of hardware every time you build a project that has an Arduino inside. This is where Adafruit's Trinket comes in. Arduino-compatible, one-third the price, and low-power, the Trinket lets you ... Read more

    PHP838.99

  • Powerprojekte mit Arduino und C

    Schluss mit dem frustrierenden Ausprobieren von Code-Schnipseln!

    Series series Arduino™ Mikrocontroller
    Vielen ist mit Arduino der Einstieg in die Mikrocontrollertechnik gelungen - dieses Buch richtet sich an alle, die "Hello World" hinter sich haben und in die Mikrocontroller-Programmierung mit C einsteigen möchten. Aber auch wer schon mit einem AVR gearbeitet hat, findet hier viele interessante Anregungen - die Programme sind universell geschrieben und laufen z.B. auch auf einem ATmega8. Neue ... Read more

    PHP1,250.00

  • Programación en MikroC para PIC y ARM.

    El eje central del libro es la programación en C para PIC y para la arquitectura de ARM con el compilador MikroC Pro de MikroElektronikaCompilador largamente probado y sin duda una de las herramientas que junto con los compiladores oficiales de las correspondientes marcas generan código confiable y muy eficiente en el uso de los recursos de los microcontroladores.MikroC ofrece gran cantidad de ... Read more

    PHP2,273.40