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

    R82,10

  • 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

    R263,11

  • 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

    R745,07

  • C and Linux/UNIX Commands: Two Books

    This volume contains the complete text of two books: Using C in Software Design,Second Edition, and The 101 Most Important UNIX and Linux Commands.USING C IN SOFTWARE DESIGN, 2EFirst published in 1993, this book provides a creative approach to learning C by emphasizing software engineering in C.All material has been class-tested.The book avoids most implementation-specific language features.A ... Read more

    R145,94

  • 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

    R924,13

  • C#

    A Comprehensive 3-in-1 Guide: From Beginner to Expert, Quickly Master C# Programming Without Prior Experience

    by Chloe Annable ...
    Series series Computer Programming
    Do you want to learn C# Programming quickly and easily?Are you aspiring to build robust and durable applications, whether you're a beginner or a more experienced developer?Are you searching for a step-by-step guide that is not only practical but also easy to understand?If your answer is yes to any of these questions, then "C#: A Comprehensive 3-in-1 Guide: From Beginner to Expert" is the perfect ... Read more

    R188,53 or Free with Kobo Plus

  • Mastering Arduino

    A project-based approach to electronics, circuits, and programming

    Mastering Arduino is a practical guide that teaches you the electronics and programming skills you need to create advanced Arduino projects from the ground up.Key FeaturesCovers enough electronics and code for users at any levelIncludes complete circuit diagrams for all projectsFinal robot project combines knowledge from all the chaptersBook DescriptionMastering Arduino is an all-in-one guide to ... Read more

    R540,03 or Free with Kobo Plus

  • Programming in C

    Learn the C programming language from one of the best. Stephen Kochan's Programming in C is thorough with easy-to-follow instructions that are sure to benefit beginning programmers. This book provides readers with practical examples of how the C programming language can be used with small, fast programs, similar to the programming used by large game developers such as Nintendo. If you want a one ... Read more

    R701,26

  • NUnit Pocket Reference

    Up and Running with NUnit

    by Bill Hamilton ...
    Few .NET developers have the luxury of unlimited code testing once their application is complete, and rushing through the testing process is both problematic and stressful. The open source NUnit framework provides an excellent and efficient way to test and improve .NET code as it's written, saving hundreds of QA hours and headaches.NUnit is one of the most mature and widely-used .NET open source ... Read more

    R119,70

  • C++: The Complete Reference, 4th Edition

    Series series Osborne Complete Reference Series
    Best-selling genius Herb Schildt covers everything from keywords, syntax, and libraries, to advanced features such as overloading, inheritance, virtual functions, namespaces, templates, and RTTI—plus, a complete description of the Standard Template Library (STL). ... Read more

    R1 008,31

  • Understanding and Using C Pointers

    Core Techniques for Memory Management

    Improve your programming through a solid understanding of C pointers and memory management. With this practical book, you’ll learn how pointers provide the mechanism to dynamically manipulate memory, enhance support for data structures, and enable access to hardware. Author Richard Reese shows you how to use pointers with arrays, strings, structures, and functions, using memory models throughout ... Read more

    R496,67

  • Hashing

    This ebook talks about 'Hashing' data structure. Hashing can go deep. However the intention of this ebook is to understand the basics of the data structure and walk through with conceptual development.The material covers introduction, definition, designing hash functions, collision resolution techniques and applications. There is also a sample and simple code given to make the definitional ... Read more

    Free

  • C Pocket Reference

    C Syntax and Fundamentals

    C is one of the oldest programming languages and still one of the most widely used. Whether you're an experienced C programmer or you're new to the language, you know how frustrating it can be to hunt through hundreds of pages in your reference books to find that bit of information on a certain function, type or other syntax element. Or even worse, you may not have your books with you. Your answer ... Read more

    R321,41

  • Basic Arduino Projects

    26 Experiments with Microcontrollers and Electronics

    by Don Wilcher ...
    This companion book to MakerShed's Ultimate Arduino Microcontroller Pack provides 26 clearly explained projects that you can build with this top-selling kit right away--including multicolor flashing lights, timers, tools for testing circuits, sound effects, motor control, and sensor devices.With the Ultimate Arduino Microcontroller Pack, you'll find everything from common components such as ... Read more

    R146,04

  • C

    From Theory to Practice, Second Edition

    This easy-to-use, classroom-tested textbook covers the C programming language for computer science and IT students. Designed for a compulsory fundamental course, it presents the theory and principles of C. More than 500 exercises and examples of progressive difficulty aid students in understanding all the aspects and peculiarities of the C language. The exercises test students on various levels of ... Read more

    R1 021,93

  • 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

    R496,67

  • C Programming Concepts

    C Programming Concepts : This book is specially written for Students who are new in the Computer Engineering and Information technology and Programmers to gain fundamentals knowledge about C programming language.Also every one with interest in C Programming can refer this book to get the knowledge about Various features the subject.It covers virtually most of High level language features and some ... Read more

    R109,41 or Free with Kobo Plus

  • Using C in Software Design, Second Edition

    The Second Edition of Using C in Software Design provides a creative approach to learning the C programming language by emphasizing software engineering. This inexpensive book, extensively tested in several academic and professional settings, provides a gentle, but complete, introduction to the C language in both the original edition published by Academic Press Professional and the current ebook ... Read more

    R54,61

  • Trouble Free C (Book for C-Programming)

    100% Pure Adrenaline

    Series Book 1 - Surf Rangers
    This book is especially for those students who are tyro in the field of C programming. Inside the book you will find numerous programs instead of just code snippet to illustrate even the basic concept. The book assumes no previous exposure to the C programming language. It also contains some good programming examples, which might be useful for experienced programmers. ... Read more

    R104,75

  • Learning C for Arduino

    A comprehensive guide that will help you ace C's fundamentals using the powerful Arduino board

    Ultimate guide for programming Arduino with CKey FeaturesGet hands-on experience with the Ardruino board and learn to control it with your programming skillsLearn the essential concepts of C such as variables, data structures, functions, loops, and pointersWork with electronic devices such as LEDs, switches, and motors and connect them to Arduino using CBook DescriptionThis book will start with ... Read more

    R598,91 or Free with Kobo Plus

  • 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

    R43,03

  • C Brain Teasers

    Exercise Your Mind

    by Dan Gookin ...
    You thought you knew C, but can you solve 25 puzzles in this popular programming language? Noted C programmer and author Dan Gookin provides a series of pointed questions, puzzles, and problems to keep your C programming skills sharp. Each one will provide insight into various aspects of handling strings, numeric operations, and other activities, giving you techniques to take the best advantage of ... Read more

    R423,65

  • Fundamentals of C Programming Language

    Handbook of C

    by GAURAV SHARMA ...
     The first Edition of the book “Fundamentals of C programming language” covers primary knowledge of C programming language. The book is organized into sixchapters. Chapter 1: It contains History, Structure of C Program, Compilation Process, Data types, S... ... Read more

    R114,39

  • 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

    R69,26