Verkauf durch Sack Fachmedien

Horton

Beginning C

Medium: Buch
ISBN: 978-1-4302-4881-1
Verlag: Springer-Verlag Berlin and Heidelberg GmbH & Co. KG
Erscheinungstermin: 26.02.2013
Lieferfrist: bis zu 10 Tage

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.

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


Produkteigenschaften


  • Artikelnummer: 9781430248811
  • Medium: Buch
  • ISBN: 978-1-4302-4881-1
  • Verlag: Springer-Verlag Berlin and Heidelberg GmbH & Co. KG
  • Erscheinungstermin: 26.02.2013
  • Sprache(n): Englisch
  • Auflage: 5th Auflage
  • Produktform: Kartoniert, Book
  • Gewicht: 12678 g
  • Seiten: 688
  • Format (B x H x T): 191 x 235 x 36 mm
  • Ausgabetyp: Kein, Unbekannt
  • Nachauflage: 978-1-4842-5975-7
Autoren/Hrsg.

Autoren

  1. Programming in C
  2. First Steps in Programming
  3. Making Decisions
  4. Loops
  5. Arrays
  6. Applications with Strings and Text
  7. Pointers
  8. Structuring Your Programs
  9. More on Functions
  10. Essential Input and Output Operations
  11. Structuring Data
  12. Working with Files
  13. Supporting Facilities
  14. Advanced and Specialized Topics
  15. A. Computer Arithmetic
  16. B. ASCII Character Code Definitions
  17. C. Reserved Words in C
  18. D. Input and Output Format Specifications
  19. E. Standard Library Headers