|
|
Absolute
Beginner's Guide to C (2nd Edition)
Greg M. Perry, Greg Perry
Book Description
For beginning programmers, this updated edition answers all
C programming questions. This bestseller talks to readers
at their level, explaining every aspect of how to get started
and learn the C language quickly. Readers also find out where
to learn more about C. This book includes tear-out reference
card of C functions and statements, a hierarchy chart, and
other valuable information. It uses special icons, notes,
clues, warnings, and rewards to make understanding easier.
And the clear and friendly style presumes no programming knowledge.
Synopsis
The C language is not a simple language to understand. This
beginner's guide aims to teach the reader the very basics
of C. It is designed for the reader who wants to become
a programmer but doesn't know where to start.
|
 |
|
|
|
|
|
|
C
for Dummies Vol I and II
Dan Gookin
Book Description
This hot C For Dummies, Vol. I and Vol.
II bundle contains everything you need to know about C. The
value-priced, one-of-a-kind bundle gives C programmers the
extra handholding they need to confidently program in C. Includes
tips on programming the fast and easy way and lots of fun
quizzes to reinforce learning.
Synopsis
This bundle edition contains "C for Dummies Volume
I" and "C for Dummies Volume II".
|
 |
|
|
|
|
|
|
Learning
to Program in C
N. Kantaris
The only book you'll need, 9 March, 2001
Reviewer: (glyn.davies@cr2.com) from London
I bought this book about 8 years ago, as the cheapest C book
in the shop.
It
won't teach you how to program.
It
will teach you how to use C.
I
still have it on my desk, and use it whenever I need a quick
reference.
T
HE book for learning 'C', 14 June, 2000
Reviewer: A reader from Cambridge, England
Its only a slim volume so I'll keep this review slim too.
It contains everything you need to know to get you started
in 'C', presented in a clear and concise format - and it costs
next to nothing. Even after 6 years I still occasionaly find
myself picking up that little yellow book for reference.
|
 |
|
|
|
|
|
|
Sams
Teach Yourself C in 21 Days
Peter Aitken, Bradley L. Jones
Book Description
Sams Teach Yourself C in 21 Days, Fifth Edition, presents
C programming techniques in a logical and easy-to-follow sequence
that helps the reader understand the principles involved in
developing C programs. The reader begins with learning the
basics of writing a program, and then moves on to arrays,
pointers, disk input/output, functions, and more.
Sams Teach Yourself C in 21 Days, 5E covers the basics of
C including variables, constants, conditional statements,
loops, pointers, data structures, input/output, and functions.
This book presents C in the most logical and easy-to-learn
sequence, and is geared towards programmers learning the C
language.
Synopsis
Sams Teach Yourself C in 21 Days, Fifth Edition presents
C programming techniques in a logical and easy-to-follow
sequence that helps you understand the principles involved
in developing C programs. Learn the basics of writing a
program, then move on to arrays, pointers, disk input/output,
functions, and more. This book covers the basics of C including
variables, constants, conditional statements, loops, pointers,
data structures, input/output, and functions
|
 |
|
|
|
|
|
|
The
C Programming Language
Brian W. Kernighan, Dennis M. Ritchie
An
indisputably classic computing text, Kernighan and Ritchie's
The C Programming Language, 2nd Edition, is the standard
reference for learning and using ANSI C. Written by the
co-inventors of C, this concise tutorial has a well-deserved
reputation for clarity and precision as it defines one of
the most successful programming languages of all time. It's
an essential reference, which will be useful for beginners
and experienced programmers alike.
This
masterful tour of C features concentrates on essential programming
constructs, from the basics--such as data types, variables,
operators and flow control--to more advanced topics. Short,
effective programming samples are the rule here. (Many samples
work with strings and text files). Along the way, the authors
don't shy away from the thornier C topics. For example,
when discussing pointers, they look at pointers to pointers
and even pointers to functions. Later in the book, they
offer useful code for a flexible memory allocation scheme
and a binary tree. The text concludes with the formal specification
for C and a compact listing of the functions in the C standard
header files.
C is
still a great first programming language, and its influence
is felt in Java and C++, both of which support many programming
constructs based on C, while adding support for objects.
The C Programming Language is still an excellent reference
to one of our most successful and efficient programming
languages. It's a book that deserves a place on the bookshelf
of any C/C++ developer, regardless of your experience with
the language. --Richard Dragan, Amazon.com
Topics
covered:
overview
of ANSI C
introductory language tutorial
data types
variables
arrays
operators and operator precedence
flow control
functions
header files
recursion
macros and the C pre-processor
pointers and arrays
advanced pointer types (pointers to pointers, pointers to
functions)
multidimensional arrays
structures and unions
dynamic memory allocation
console and file I/O
UNIX file functions
Formal description of the standard C language
Reference to C standard library header files and functions
|
 |
|
|
|
|
|
|
C
Answer Book
Clovis L. Tondo, Scott E. Gimpel Book
Description
Provides solutions to all exercises in Kernighan & Ritchies
new ANSI C book. Ideal for use with K&R in any course
on C. Careful study of this answer book will help understand
ANSI C and enhance programming skills. Tondo & Gimpel
describe each solution and completely format programs to
show the logical flow.
Synopsis
Here are solutions to the exercises in The C programming
language, 2d ed. by Kernigan and Ritchie. Annotation copyright
Book News, Inc. Portland, Or.
|
 |
|
|
|
|
|
|
Expert
C Programming
Peter van der LindenBook
Description
Written for experienced C programmers who want to quickly
pick up some of the insights and techniques of experts and
master the fine arts of ANSI C, this volume passes on the
wisdom of a highly experienced C compiler writer and his
colleagues to help programmers reach new heights, and avoid
common software pitfalls along the way. Using an original
approach and a humorous style that makes deep knowledge
both easy and accessible, it gathers into one place, tips,
hints, shortcuts, guidelines, ideas, idioms, heuristics,
tools, anecdotes, C folklore, and techniques that are often
penciled in margins and on backs of papers by those working
in the programming trenchesworking on many different
kinds of projects, over many, many years. KEY TOPICS- Each
chapter is divided into self-contained sections. Includes
extended discussions of major topics such as declarations
and arrays/pointers; offers a great many hints and mnemonics;
covers topics that many C programmers find confusing; and
features one of the best introductions to C++, and the rationale
behind it. Throughout, technical details are interspersed
with many true stories of how C programming works in practice,
and each chapter ends with an amusing C story or piece of
software folklore. MARKET- For software engineers and computer
programmers who are writing, developing, testing, debugging
software on either IBM PCs or Unix systems.
Synopsis
Written for experienced C programmers who want to master
ANSI C, this volume passes on the wisdom of a highly experienced
C compiler and his colleagues to help readers avoid common
pitfalls. It gathers together tips, hints, shortcuts, tools
and techniques. The book is intended for software engineers
and computer programmers who are writing, developing, testing
or debugging software on either IBM PCs or UNIX systems.
|
 |
|
|
|
|
|
|
|
|
|
|
|
|
|