Learn the C programming language from one of the
best. Stephen Kochan's Programming in C is thorough with
easy-to-follow instructions that are sure to benefit
beginning programmers. This book provides readers with
practical examples of how the C programming language can
be used with small, fast programs, similar to the
programming used by large game developers such as
Nintendo. If you want a one-stop-source for C
programming, this book is it.The book is appropriate for
all introductory-to-intermediate courses on programming
in the C language, including courses covering C
programming for games and small-device platforms.
Programming in C, Third Edition is a thoroughly revised
and updated edition of Steven Kochan's classic C
programming tutorial: a book that has helped thousands
of students master C over the past twenty years. This
edition fully reflects the latest C standard and
contains current source code. It has been crafted to
help students master C regardless of the platform they
intend to use or the applications they intend to create
-- including small-device and gaming applications, where
C's elegance and speed make it especially
valuable.Kochan begins with the fundamentals, then
covers every facet of C language programming: variables,
data types, arithmetic expressions, program looping,
making decisions, arrays, functions, structures,
character strings, pointers, operations on bits, the
preprocessors, I/O, and more. Coverage also includes
chapters on working with larger programs; debugging
programs; and the fundamentals of object-oriented
programming. Appendices include a complete language
summary, an introduction to the Standard C Library,
coverage of compiling and running programs using gcc,
common programming mistakes, and more. |
|