Logo

C Programming Language

subcategories

Objective-C (7)

e-books in C Programming Language category

Book cover: C Programming Notes for ProfessionalsC Programming Notes for Professionals
- GoalKicker.com ,
Contents: Getting started with C; Data Types; Arrays; Linked lists; Iteration Statements, Loops; Selection Statements; Declaration vs Definition; Command-line arguments; Pointers; Error handling; Preprocessor and Macros; Variable arguments; etc.
(1030 views)
Book cover: An Introduction to C and GUI ProgrammingAn Introduction to C and GUI Programming
by - Raspberry Pi Press ,
Even if you are an absolute beginner, this book will teach you all you need to know to write simple programs in C and start creating GUIs. The book shows how to use the GTK user interface toolkit with C to create feature-rich GUI applications.
(7757 views)
Book cover: Learn to Code With CLearn to Code With C
by - Raspberry Pi Ltd. ,
Learn to code with C across 13 packed chapters: Create variables and do arithmetic; Control the flow of your C programs; For loops and case statements; Understand and create functions; Work with arrays and strings; and much more.
(13618 views)

Book cover: An Introduction to the C Programming Language and Software DesignAn Introduction to the C Programming Language and Software Design
by - University of Sydney ,
This textbook is a thorough introduction to the C programming language, with an emphasis on software design and code organisation. The author shows how to apply the language features to build scalable modular software systems.
(8033 views)
Book cover: C Programming for BeginnersC Programming for Beginners
- The C Guru ,
C is not a high level language, instead it is a mid level language with simplicity of high level language and power of low-level language. As a result programs written in C are very fast. C is used to create UNIX, Linux, Windows, Photoshop.
(13477 views)
Book cover: Essential CEssential C
by - Stanford University ,
A 45 page summary of the C language. Explains all the common features and techniques for the C language. The coverage is pretty quick, so it is most appropriate for someone with some programming background who needs to see how C works.
(8081 views)
Book cover: Modern CModern C
by - ICube ,
The book introduces you to the very basics of programming with C, details most principal concepts and features such as control structures, data types, operators and functions, fully explains pointers, performance, reentrancy, atomicity, threads, etc.
(10652 views)
Book cover: Using C on the UNIX SystemUsing C on the UNIX System
by - O'Reilly ,
'Using C on the UNIX System' provides a thorough introduction to the UNIX system call libraries. This book is aimed at programmers who already know C, but who want to take full advantage of the UNIX programming environment.
(9742 views)
Book cover: Build Your Own LispBuild Your Own Lisp
by - buildyourownlisp.com ,
In this book you'll learn the C programming language, and at the same time learn how to build your very own programming language, a minimal Lisp, in under 1000 lines of code. This book is not suitable as a first programming language book ...
(9183 views)
Book cover: Functional CFunctional C
by - Addison-Wesley ,
The book teaches how to program in C, assuming that the student has already learnt how to formulate algorithms in a functional style. The student will become a better C programmer, capable of writing programs that are easier to maintain.
(17336 views)
Book cover: Programming in C: UNIX System Calls and Subroutines using CProgramming in C: UNIX System Calls and Subroutines using C
by - Cardiff University ,
This book is guide to UNIX software development in C for professional programmers and students. It focuses on the UNIX system call interface, the programming interface between the UNIX Kernel and applications running in the UNIX environment.
(22312 views)
Book cover: A to Z of CA to Z of C
by ,
This is an intermediate to advanced C programming book writen for C lovers, students, programmers, and other enthusiasts. The book is written to open many secrets of C, it alos introduces various approaches to solve different problems.
(38607 views)
Book cover: 88 C Programs88 C Programs
by - Smashwords ,
The author included example programs that exhaustively illustrate the important points of C. By working through these programs you can teach yourself C. It is assumed that you already know how to program and are familiar with standard algorithms.
(17145 views)
Book cover: Learn C The Hard WayLearn C The Hard Way
by - LCodeTHW ,
A clear and direct introduction to modern C programming. The purpose of this book is to get you strong enough in C that you'll be able to write your own software in it, or modify someone else's code. The text is not for beginners.
(23592 views)
Book cover: Programming in CProgramming in C
by - University of Hawaii at Manoa ,
Contents: Designing Programs Top Down; Processing Character Data; Numeric Data Types and Expression Evaluation; Pointers; Arrays; Functions and Files; Two Dimensional Arrays; Sorting and Searching; String Processing; Structures and Unions; etc.
(20639 views)
Book cover: Object-Oriented Programming with ANSI-CObject-Oriented Programming with ANSI-C
by ,
In this book, we are going to use ANSI-C to discover how object-oriented programming is done, what its techniques are, why they help us solve bigger problems, and how we harness generality and program to catch mistakes earlier.
(18807 views)
Book cover: Conceptive CConceptive C
by - Smashwords ,
Conceptive C is an AI programming Language based on Objective-C and C Language. It is a superset of both languages. Conceptive C uses concepts to program natural language and Artificial Intelligence based computer language based on Objective C.
(19122 views)
Book cover: C ProgrammingC Programming
- Wikibooks ,
C is the precursor for almost all of the popular high-level languages available today. This book represents a comprehensive look at the C programming language and its features. Basic computer literacy is assumed, but no special knowledge is needed.
(35405 views)
Book cover: A Little C PrimerA Little C Primer
- Wikibooks ,
This online wiki book is a quick and easy introduction to the ANSI C programming language. It is written by a novice, and is intended for use by a novice. However, it does assume some familiarity with a programming language.
(18970 views)
Book cover: Foundations of Computer Science: C EditionFoundations of Computer Science: C Edition
by - W. H. Freeman ,
Aho and Ullman have created a C version of their groundbreaking text. This book combines the theoretical foundations of computing with essential discrete mathematics. It follows the same organizations, with all examples and exercises in C.
(25272 views)
Book cover: Using GCC: The GNU Compiler Collection Reference Manual for GCCUsing GCC: The GNU Compiler Collection Reference Manual for GCC
by - Free Software Foundation ,
The definitive reference manual for the most widely used compiler in the world, written by its current developers. The GNU Compiler Collection is a full-featured ANSI C compiler with support for C, C++, Objective C, Java and Fortran.
(19704 views)
Book cover: No Bugs!: Delivering Error-Free Code in C and C++No Bugs!: Delivering Error-Free Code in C and C++
by - Addison-Wesley ,
The book offers a revolutionary approach to software development by showing how to write error-free code from the start. Presented are techniques to stop many kinds of bugs from being included in a program. It also discusses how to test programs.
(27692 views)
Book cover: Debugging C and C++ code in a Unix environmentDebugging C and C++ code in a Unix environment
by - OOPWeb.com ,
This document describes several techniques and tools for debugging code in C-like languages in a Unix environment. We will also discuss some good coding practices that will diminish the occurrence of certain types of bugs.
(22964 views)
Book cover: C Programming in LinuxC Programming in Linux
by - BookBoon ,
Using a series of web development examples, this book will give you an interesting glimpse into a powerful lower-level world. C is tight and spare and economical, and people who know C will ensure critical systems keep running.
(22196 views)
Book cover: The GNU C Programming TutorialThe GNU C Programming Tutorial
by - Free Software Foundation ,
This book is a tutorial for the computer programming language C. You should have some basic computer literacy: to be able to run a program, edit a text file, etc. The tutorial introduces basic ideas in a logical order and progresses steadily.
(23341 views)
Book cover: The GNU C Library Reference ManualThe GNU C Library Reference Manual
by - Free Software Foundation, Inc. ,
The GNU C library, described in this document, defines all of the library functions that are specified by the ISO C standard, as well as additional features specific to POSIX. This manual tells you how to use the facilities of the GNU library.
(22116 views)
Book cover: Learning GNU CLearning GNU C
by ,
The book teaches GNU users how to write software in C. It is written as a tutorial for beginners but should be thorough enough to be used as a reference by experience programmers. The basics are layed down in full in the first few chapters.
(20513 views)
Book cover: Beej's Guide to Network Programming - Using Internet SocketsBeej's Guide to Network Programming - Using Internet Sockets
by ,
A brief how-to guide on network programming using Internet sockets, written for anybody who is just starting out with socket programming. The section on Windows programming is also included. The guide is updated for IPv6.
(26615 views)
Book cover: ANSI C for Programmers on UNIX SystemsANSI C for Programmers on UNIX Systems
by ,
This document introduces C by providing and explaining examples of common programming tasks. It enables the reader to learn from available source code by clarifying common causes of incomprehension. Exercises form an integral part of the course.
(27495 views)
Book cover: C Programming TutorialC Programming Tutorial
by ,
This book is a tutorial. Its aim is to teach C to a beginner, but with enough of the details so as not be outgrown as the years go by. It presumes that you have some previous aquaintance with programming, but you do not need much experience.
(22139 views)
Book cover: The C Library Reference GuideThe C Library Reference Guide
by ,
This guide provides a useful look at the standard C programming language. It will not teach one how to program in C, nor will it attempt to provide the history of C. It is merely a handy reference to the standard C library.
(24612 views)
Book cover: C Elements of StyleC Elements of Style
by - M & T Books ,
A handy guide which covers the principals of good programming style, teaching C and C++ programmers how to write code that can be easily read, understood, and maintained by others. Useful both for students and professional programmers.
(20997 views)
Book cover: Writing Bug-Free C Code for WindowsWriting Bug-Free C Code for Windows
by - Prentice Hall ,
The book presents a programming style that automatically detects bugs in C code. It describes a technique that results in bug-free code from the beginning, advocating a style of coding based upon data abstraction and run-time object verification.
(19605 views)
Book cover: The New C StandardThe New C Standard
by - Addison-Wesley Professional ,
The book about the latest version of the C Standard, it is a systematic analysis of the language standard. Every sentence in the C Standard appears in this book, followed by a commentary section, common implementations, coding guidelines, etc.
(22217 views)
Book cover: An Introduction to GCCAn Introduction to GCC
by - Network Theory Ltd ,
This manual provides a complete introduction to the GNU C and C++ compilers, common problems and encountered error messages, with numerous easy examples. The text covers compiling using headers and libraries, preprocessor, linking, and more.
(29606 views)
Book cover: Image Processing in C: Analyzing and Enhancing Digital ImagesImage Processing in C: Analyzing and Enhancing Digital Images
by - R & D Books ,
An image processing tutorial which explains basic concepts, shows results with photographs, and implements programs in C. The book covers filters, edge detectors, and histogram equalizers, print procedures, and I/O routines, which are ready to use.
(27065 views)
Book cover: The C Book: Featuring the ANSI C StandardThe C Book: Featuring the ANSI C Standard
by - Addison-Wesley Pub ,
Use this book to produce powerful and portable code. The C Book is dedicated to programmers who have some experience of using a modern high-level procedural programming language. Learn about new standards and how they affect existing C code.
(25614 views)
Book cover: Object Oriented Programming in ANSI-CObject Oriented Programming in ANSI-C
by ,
We use ANSI-C to find out how to write object oriented programs , what are they useful for solving bigger problems, and how to catch mistakes earlier. The book covers classes, objects, instances, inheritance, linkage, methods, polymorphisms, and more.
(27090 views)