Logo

Functional C by Pieter Hartel, Henk Muller

Large book cover: Functional C

Functional C
by

Publisher: Addison-Wesley
ISBN/ASIN: 0201419505
ISBN-13: 9780201419504
Number of pages: 429

Description:
Functional C teaches how to program in C, assuming that the student has already learnt how to formulate algorithms in a functional style. By using this as a starting point, the student will become a better C programmer, capable of writing programs that are easier to comprehend, maintain and that avoid common errors and pitfalls.

Home page url

Download or read it online for free here:
Download link
(1.4MB, PDF)

Similar books

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: 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.
(22958 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.
(35404 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.
(27494 views)