Beginning C

Beginning C, 5th Edition teaches you how to program using the widely-available C language. You'll begin from first-principles and progress through step-by-step examples to become a competent, C-language programmer. All you need are this book and any of the widely available free or commercial C...

Full description

Bibliographic Details
Main Author: Horton, Ivor
Format: eBook
Language:English
Published: Berkeley, CA Apress 2013, 2013
Edition:5th ed. 2013
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
LEADER 02534nmm a2200301 u 4500
001 EB000361391
003 EBX01000000000000000214443
005 00000000000000.0
007 cr|||||||||||||||||||||
008 130626 ||| eng
020 |a 9781430248828 
100 1 |a Horton, Ivor 
245 0 0 |a Beginning C  |h Elektronische Ressource  |c by Ivor Horton 
250 |a 5th ed. 2013 
260 |a Berkeley, CA  |b Apress  |c 2013, 2013 
300 |a XXIX, 688 p  |b online resource 
653 |a Compilers (Computer programs) 
653 |a Compilers and Interpreters 
653 |a Software engineering 
653 |a Programming Techniques 
653 |a Computer programming 
653 |a Software Engineering 
041 0 7 |a eng  |2 ISO 639-2 
989 |b Springer  |a Springer eBooks 2005- 
028 5 0 |a 10.1007/978-1-4302-4882-8 
856 4 0 |u https://doi.org/10.1007/978-1-4302-4882-8?nosfx=y  |x Verlag  |3 Volltext 
082 0 |a 005.45 
520 |a Beginning C, 5th Edition teaches you how to program using the widely-available C language. You'll begin from first-principles and progress through step-by-step examples to become a competent, C-language programmer. All you need are this book and any of the widely available free or commercial C or C++ compilers, and you'll soon be writing real C programs. C is a foundational language that every programmer ought to know. C is the basis for C# used in Microsoft .NET programming. It is the basis for Objective-C used in programming for the iPhone, the iPad, and other Apple devices. It is the basis for the C++ that is widely used in a great many contexts, including the GNU Project. It underlies the Linux operating system and many of its utilities. Learning C provides a strong foundation for any programming care, and will even help you better understand more modern languages such as Java. Beginning C is written by renowned author Ivor Horton. The book increases your programming expertise by guiding you through the development of fully working C applications that use what you've learned in a practical context. You’ll also be able to strike out on your own by trying the exercises included at the end of each chapter. At the end of the book you'll be confident in your skills with all facets of the widely-used and powerful C language. The only beginning-level book to cover the latest ANSI standard in C Revised to cover C99 features newly-supported by language compilers Emphasizes writing code after the first chapter Includes substantial examples relevant to intermediate users