| |
C Element of Style:his book covers only the C language and is a bit out dated. However it still contains a lot of good advice |
| |
C Programming:This book describes the basic fundamental of C Programming. If you feel what you are still dummy in
C and want get away with the tag of dummy then this book is for you. |
| |
C Programming Books:A collection of published C programming books that the authors have generously allowed to be available for free downloads. |
| |
NCURSES Programming HOWTO:NCURSES? NCURSES is a clone of the original System V Release 4.0 (SVr4) curses. It is a freely distributable library, fully compatible with older version of curses. In short, it is a library of functions that manages an application\'s display on character-cell terminals. In the remainder of the document, the terms curses and ncurses are used interchangeably.NCURSES not only creates a wrapper over terminal capabilities, but also gives a robust framework to create nice looking UI (User Interface)s in text mode. It provides functions to create windows etc. Its sister libraries panel, menu and form provide an extension to the basic curses library. These libraries usually come along with curses |
| |
Programming in C:Programming in C is the comprehensive tutorial for beginnner by Peter Burden ,
This book gives set the basic platform to shift the learner to system programming'.This book will be
good read for those programmmer who are planning to learn system programming Author :Peter Burden |
| |
Sams Teach Yourself C in 24 Hours:Well this is another book on C for the beginner who want to pick C quickly .This book takes the help
of sample program to make you quickly familar with C . Author: Tony Zhang |
| |
The C book:This is the online version of The C Book, second edition by Mike Banahan, Declan Brady and Mark Doran, originally published by Addison Wesley in 1991. This version is made freely available. |
| |
The C programming Language:This book (widely known as K&R, after the authors' initials) has for over twenty years been the best way to learn C.
This is the classic how to program book. The book may seem quite old, but so is C, so you'll not miss anything.
Author : Brian W. Kernighan and Dennis M. Ritchie |
| |
The ncurses Library:The ncurses library defines a large number of constants, variables, and functions that allow you to use a console window as a simple kind of GUI. (It does not define classes. It\'s actually a C library rather than a C++ library as such.) When you write an ncurses program, you can put the window into \"curses mode\". In this mode, you can move the cursor -- which determines where the next character will be printed -- to any position in the window. |
| |
Writing Bug-Free C Code:This book describes an alternate class methodology that provides complete data hiding and fault-tolerant run-time
type checking of objects in C programs. With it, you will produce code that contains fewer bugs.The class methodology
helps to prevent bugs by making it easier to write C code. |