Showing posts with label C Guide. Show all posts
Showing posts with label C Guide. Show all posts

29 Apr 2013

Five PDF Books For C Programming That You Might Don't Know About.......

C Programming
The C Programming Language
by Brian W. Kernighan & Dennis M. Ritchie
                This book is meant to help the reader learn how to program in C. It contains a tutorial introduction to get new users started as soon as possible, separate chapters on each major feature, and a reference manual. Most of the treatment is based on reading,writing and revising examples, rather than on mere statements of rules. For the most part, the examples are complete, real programs rather than isolated fragments. All examples have been tested directly from the text, which is in machine-readable form. Besides showing how to make effective use of the language, we have also tried where possible to illustrate useful algorithms and principles of good style and sound design.


Fundamentals of C Programming
by Dilum Bandara
                This book is written by Dilum Bandara. This book is affiliated to the Faculty of Computer science and engineering in the university of Moratuwa, Sri Lanka. As Per my reading this book is suitable for all trainees who are learning A B C of language C.



C Language Tutorial
by Gordon Dodrill, Coronado Enterprise.
                This version of the tutorial is customised to suit HiTech C. The original MS-DOS version by Gordon Dodrill was ported to the Applix 1616 (with great effort) by Tim Ward, and typed up by Karen Ward. The programs have been converted to HiTech C by Tim Ward and Mark Harvey, while Kathy Morton assisted greatly in getting Visual Calculator working. All have been tested on the Applix 1616/OS multitasking operating system. The Applix distribution disks contain the complete original text of this tutorial, plus all the converted C source code. The second disk contains executable, relocatable versions of all the programs, ready to run on an Applix 1616. There is also a directory of the original IBM source code, for those using IBM computers, who may wish to try them with a different compiler.
                    This printed version has been edited, indexed and pretty printed by Eric Lindsay, who added the Applix specific material. This printed version of the tutorial includes copies of all the code, for easier reference. It also includes a comprehensive table of contents, and index.



Essential C
by Nick Parlante
                                 This Stanford CS Education document tries to summarize all the basic features of the C language. The coverage is pretty quick, so it is most appropriate as review or for someone with some programming background in another language. Topics include variables, int types, floating point types, promotion, truncation, operators, control structures (if, while, for), functions, value parameters, reference parameters, structs, pointers, arrays, the preprocessor, and the standard C library functions.

 
OUCS  Programming in C

by Original Author: Stephen Gough
Revised by: Brevan Miles


                                          This userguide was written to complement the Oxford University Computing Service course Programming in C, but also to serve as a reference to the essential aspects of C. It aims to introduce the C language to those already familiar with programming in another language (as covered on Introduction to programming in Pascal or Introduction to programming in Visual Basic courses). It will show how fundamental programming structures are implemented using the syntax of C. This guide and the OUCS course will teach ANSI C (see [5]), but where it differs significantly from Kernighan and Ritchie (K&R) C, the K&R method may have been included. It is useful to see the K&R variants, as it is possible that you will encounter K&R code.



Comments

© 2013-2016 ITTechnocrates. All rights resevered. Developed by Bhavya Mehta