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: 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.
(27822 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.
(23764 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.
(17492 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.
(19835 views)