Programming in C

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...

Full description

Bibliographic Details
Main Author: Kochan, Stephen G.
Format: eBook
Language:English
Published: Indianapolis, Ind. Sams Pub. 2004
Edition:3rd ed
Series:Developer's library
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 02810nmm a2200301 u 4500
001 EB001941006
003 EBX01000000000000001103908
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9780768689068 
050 4 |a QA76.73.C15 
100 1 |a Kochan, Stephen G. 
245 0 0 |a Programming in C  |c Stephen G. Kochan 
250 |a 3rd ed 
260 |a Indianapolis, Ind.  |b Sams Pub.  |c 2004 
300 |a xvi, 543 pages  |b illustrations 
505 0 |a Includes bibliographical references (pages 501-504) and index 
653 |a C (Computer program language) / fast 
653 |a C (Langage de programmation) 
653 |a C (Computer program language) / blmlsh 
653 |a C (Computer program language) / http://id.loc.gov/authorities/subjects/sh85018532 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
490 0 |a Developer's library 
856 4 0 |u https://learning.oreilly.com/library/view/~/9780768689068/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.13/3 
520 |a 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