Logo

The C Library Reference Guide

The C Library Reference Guide
by


Number of pages: 348

Description:
This guide provides a useful look at the standard C programming language. In no way does this guide attempt to teach one how to program in C, nor will it attempt to provide the history of C or the various implementations of it. It is merely a handy reference to the standard C library. This guide is not a definitive look at the entire ANSI C standard. It is simply a quick reference to the functions and syntax of the language.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

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.
(27189 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.
(23448 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.
(20617 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.
(25487 views)