
Beginning C
From Beginner to Pro
Apress
6th Edition
Published on 28. July 2020
Book
Paperback/Softback
XXVII, 674 pages
978-1-4842-5975-7 (ISBN)
Article exhausted; check for reprint
Description
Learn how to program using C, beginning from first principles and progressing through step-by-step examples to become a competent, C-language programmer. All you need are this book and any of the widely available C compilers, and you'll soon be writing real C programs.
You'll discover that C is a foundation language that every programmer ought to know. Beginning C is written by renowned author Ivor Horton and expert programmer German Gonzalez-Morris. This 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.
What You Will Learn
Discover the C programming language Program using C starting with first steps, then making decisions Use loops, arrays, strings, text, pointers, functions, I/O, and more Code applications with strings and text Structure your programs efficiently Work with data, files, facilities, and more Who This Book Is For
Those new to C programming who may or may not have some prior programming experience.
You'll discover that C is a foundation language that every programmer ought to know. Beginning C is written by renowned author Ivor Horton and expert programmer German Gonzalez-Morris. This 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.
What You Will Learn
Discover the C programming language Program using C starting with first steps, then making decisions Use loops, arrays, strings, text, pointers, functions, I/O, and more Code applications with strings and text Structure your programs efficiently Work with data, files, facilities, and more Who This Book Is For
Those new to C programming who may or may not have some prior programming experience.
More details
Edition
6th ed.
Language
English
Place of publication
CA
United States
Target group
Professional and scholarly
Edition type
Revised edition
Illustrations
60
60 s/w Abbildungen
XXVII, 674 p. 60 illus.
Dimensions
Height: 25.4 cm
Width: 17.8 cm
Weight
1318 gr
ISBN-13
978-1-4842-5975-7 (9781484259757)
DOI
10.1007/978-1-4842-5976-4
Schweitzer Classification
Other editions
New editions

Book
02/2024
7th Edition
APress
€69.54
Shipment within 10-15 days
Additional editions

E-Book
07/2020
6th Edition
APress
€79.99
Available for download
Previous edition

Persons
German Gonzalez-Morris
is a software architect/engineer working with C/C++, Java, and different application containers, in particular, with WebLogic Server. He has developed different applications including JEE/Spring/Python. His areas of expertise also include OOP, design patterns, Spring Core/MVC, and microservices.
Ivor Horton is self-employed in consultancy and writes programming tutorials. He worked for IBM for many years and holds a bachelor's degree, with honors, in mathematics. Horton's experience at IBM includes programming in most languages (such as assembler and high-level languages on a variety of machines), real-time programming, and designing and implementing real-time closed-loop industrial control systems. He has extensive experience teaching programming to engineers and scientists (Fortran, PL/1, APL, etc.). Horton is an expert in mechanical, process, and electronic CAD systems; mechanical CAM systems; and DNC/CNC systems.
Ivor Horton is self-employed in consultancy and writes programming tutorials. He worked for IBM for many years and holds a bachelor's degree, with honors, in mathematics. Horton's experience at IBM includes programming in most languages (such as assembler and high-level languages on a variety of machines), real-time programming, and designing and implementing real-time closed-loop industrial control systems. He has extensive experience teaching programming to engineers and scientists (Fortran, PL/1, APL, etc.). Horton is an expert in mechanical, process, and electronic CAD systems; mechanical CAM systems; and DNC/CNC systems.
Content
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.- A. Computer Arithmetic.- B. ASCII Character Code Definitions.- C. Reserved Words in C.- D. Input and Output Format Specifications.- E. Standard Library Headers.