Learn to Program with C
β Scribed by Noel Kalicharan
- Publisher
- Apress
- Year
- 2015
- Tongue
- English
- Leaves
- 323
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Learn to Program with C teaches computer programming to the complete beginner using the native C language. As such, it assumes you have no knowledge whatsoever about programming. The main goal of this book is to teach fundamental programming principles using C, one of the most widely used programming languages in the world today.
We discuss only those features and statements in C that are necessary to achieve our goal. Once you learn the principles well, they can be applied to any language. If you are worried that you are not good at high-school mathematics, donβt be. It is a myth that you must be good at mathematics to learn programming.
C is considered a βmodernβ language even though its roots date back to the 1970s. Originally, C was designed for writing βsystemsβ programsβthings like operating systems, editors, compilers, assemblers and input/output utility programs. But, today, C is used for writing all kinds of applications programs as wellβword processing programs, spreadsheet programs, database management programs, accounting programs, games, robots, embedded systems/electronics (i.e., Arduino), educational softwareβthe list is endless.
β¦ Table of Contents
Front Matter....Pages i-xxii
Elementary Programming Concepts....Pages 1-21
C β The Basics....Pages 23-45
Programs with Sequence Logic....Pages 47-63
Programs with Selection Logic....Pages 65-89
Programs with Repetition Logic....Pages 91-140
Characters....Pages 141-164
Functions....Pages 165-195
Arrays....Pages 197-242
Searching, Sorting, and Merging....Pages 243-277
Structures....Pages 279-306
Back Matter....Pages 307-312
β¦ Subjects
Computer Science, general
π SIMILAR VOLUMES
Where do I begin? -- Getting comfortable with C++ -- Data -- Selection structures -- Loops -- Creating your own functions -- Creating objects from instantiable classes -- Controlling access to the data in your object -- Inheritance -- Arrays -- Pointers -- Errors and error handling.;This guide to C+
wrtten for system 32 I have 64. I don't recall this information on the review when I ordered the book.
More than 100,000 programmers owe their careers to Professor John Smiley. In this unique guide, the guru himself will teach you, in a classroom setting, how to program with C++. Learn from more than 100 questions and answers as well as real-world programming projects
This book teaches computer programming to the complete beginner using the native C language. As such, it assumes you have no knowledge whatsoever about programming. The main goal of this book is to teach fundamental programming principles using C, one of the most widely used programming languages in