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: 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.
(8116 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.
(23644 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.
(19739 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.
(22248 views)