Functional C
by Pieter Hartel, Henk Muller
Publisher: Addison-Wesley 1999
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.
Download or read it online for free here:
Download link
(1.4MB, PDF)
Similar books

by Axel Schreiner
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.
(27888 views)

by K. Joseph Wesley, R. Rajesh Jeba Anbiah
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.
(39663 views)

by JT Kalnay - 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.
(18140 views)

by Tim Love
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.
(28711 views)